aspnet/AspNetWebHooks

Update www.oauthforaspnet.com link in InstagramReceiver Readme

dougbu opened this issue · 3 comments

As @Eilon noted in PR #8, oauthforaspnet.com is a parked domain. The InstagramReceiver sample's Readme still links there and should not.

From https://web.archive.org/web/20160919024307/http://www.oauthforaspnet.com/providers/instagram/, it seems this page described installing and using the Owin.Security.Providers.Instagram package or Owin.Security.Providers meta-package. Those packages come from https://github.com/TerribleDev/OwinOAuthProviders but that site has no similar documentation.

Could use

  1. https://www.jerriepelser.com/blog/owin-oauth-provider-github/, an even-older blog containing some of the documentation
  2. The above GitHub link
  3. the above https://web.archive.org link
  4. https://github.com/TerribleDev/OwinOAuthProviders/blob/29be30bfd72475cbb135cc007433024e27cc0196/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs#L58 which shows the one Startup line needed to use the Owin.Security.Providers.Instagram package
Eilon commented

I guess https://github.com/TerribleDev/OwinOAuthProviders is the best option there. Or just remove the link.

Or just remove the link.

I'll go with your first suggestion because we can't really do this. The sample itself uses the Owin.Security.Providers meta-package.