Yahoo access problem
Closed this issue · 4 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1.With SocialAuth Demo, trying to get yahoo contacts
2.When retrieving data we are getting "403 Forbidden" when trying to call
org.brickred.socialauth.provider.YahooImpl.getProfile() method (line 189) in
the SocialAuth Demo.
What is the expected output? What do you see instead?
We expect to get user contacts. Instead we get an error.
What version of the product are you using? On what operating system?
Latest version: 4.5
Please provide any additional information below.
It fails on localhost and on server. A week ago or so it was ok.
Original issue reported on code.google.com by daviddbe...@gmail.com
on 15 Apr 2014 at 10:45
GoogleCodeExporter commented
It is working fine at our end with the keys
api.login.yahoo.com.consumer_key =
dj0yJmk9VTdaSUVTU3RrWlRzJmQ9WVdrOWNtSjZNMFpITm1VbWNHbzlNQS0tJnM9Y29uc3VtZXJzZWNy
ZXQmeD1iMA--
api.login.yahoo.com.consumer_secret = 1db3d0b897dac60e151aa9e2499fcb2a6b474546
If you are using your own keys then please make sure that you have added the
scope of get contacts while registering your appplication on yahoo.
It also ask the contact permission at the time of authetication after entering
username and password.
Regards
Tarun
Original comment by tarun.na...@3pillarglobal.com
on 25 Apr 2014 at 10:08
GoogleCodeExporter commented
Sorry, but attached is the error trace with SocialAuth Demo.
Original comment by daviddbe...@gmail.com
on 28 Apr 2014 at 3:23
Attachments:
GoogleCodeExporter commented
Are you running it using localhost or with domain opensource.brickred.com.
If you are using localhost then please go through the following link
https://github.com/3pillarlabs/socialauth/wiki/How-to-run-application-with-Local
host-on-windows
Can you please also confirm
Is yahoo asking the permission for profile and contacts at the time of
authetication after entering username and password.
Original comment by tarun.na...@3pillarglobal.com
on 1 May 2014 at 5:33
GoogleCodeExporter commented
Please open a new one if you are still facing this issue.
Original comment by tarun.na...@3pillarglobal.com
on 15 May 2014 at 4:22
- Changed state: Done