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
- https://www.jerriepelser.com/blog/owin-oauth-provider-github/, an even-older blog containing some of the documentation
- The above GitHub link
- the above https://web.archive.org link
- 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
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.