Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yahoo's Social Directory Web Service API end of life #3

Closed
sunny opened this issue Nov 20, 2019 · 9 comments · Fixed by #4
Closed

Yahoo's Social Directory Web Service API end of life #3

sunny opened this issue Nov 20, 2019 · 9 comments · Fixed by #4

Comments

@sunny
Copy link
Contributor

sunny commented Nov 20, 2019

Hi!

The public Social Directory API is ending its life on March 2nd, 2020. It needs to be replaced by the UserInfo Endpoint, which is OAuth 2.0 protected.

@mcohen9
Copy link

mcohen9 commented Jan 16, 2020

how do we fix this?

@sunny
Copy link
Contributor Author

sunny commented Jan 17, 2020

@mcohen9: No news from @karan-pathak so I guess that someone should fork this and update the API calls to use OAuth to fetch information about users.

@ikylin @ShalabhTripathi @NehaChopra @jindalmahima @rajatsingla @hackmdio: since you all have either watched or starred this repository, perhaps you have already adapted this on your services?

@louie728
Copy link

Does anyone have a newly updated strategy for https://api.login.yahoo.com/openid/v1/userinfo ?

@sunny
Copy link
Contributor Author

sunny commented Mar 19, 2020

@louie728 Forked and fixed in #4 🎉

@louie728
Copy link

Thanks @sunny appreciate that ... Do I need to setup a new app with yahoo or should my existing creds work?

@sunny
Copy link
Contributor Author

sunny commented Mar 19, 2020

You can keep the same credentials and just point to the fork using git:.

@louie728
Copy link

@sunny thanks. I actually didnt have openid prems on the app and yahoo doesn't allow the addition for some odd reason so I had to recreate. Thanks again..

@killondark
Copy link

killondark commented Mar 26, 2020

Hi @sunny. I use your fork but the response have a key uid=nil and it value need for me. Can you help for me? May be use for uid sub key, what do you think?

@sunny
Copy link
Contributor Author

sunny commented Mar 27, 2020

Hey @killondark, maybe sub could be a good key to use. How did you use uid with the gem before? Can you try using sub from the extra params?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants