The yahoo-oauth tag has no wiki summary.
0
votes
1answer
36 views
How to set Parameters for Titanium.Yahoo.YQL?
I cant find anyway to put parameters into YQL to fetch private data like contacts lists etc.I dont find it documented anywhere..
I know we can fetch public data without parameters but i am asking ...
1
vote
2answers
57 views
Yahoo OAuth: Not Found on Accelerator
I have been trying to get contacts via Yahoo OAUTH for over 4 hours now.. finally in the last stage.Have been following this very closely and am successfully getting the request token too.But when i ...
2
votes
0answers
129 views
Yahoo Authorization OAUTH:oauth_problem=“timestamp_refused”
I have been following Yahoo OAUTH guide closely and successfully established a connection and was able to retrieve the access token along with other objects which i get in response URI.But, now when i ...
0
votes
1answer
103 views
Yahoo Contacts export PHP SDK
Hi I am using the yahoo php sdk for exporting the contacts.
As mentioned in the documentation I am changing all the api related details in common.inc.php
But when i go to any example it just gives a ...
2
votes
1answer
89 views
OpenID and OAuth Terminologies List
I would like to ask a complete terminology of OpenId and OAuth. It seems like there are a lot of terms when it is only used the same way. For example,
Client ID is equivalent to oauth_consumer_key ...
0
votes
0answers
112 views
contact import from yahoo using django/python with oauth
I am trying to fetch the contact of our webapp user from his Yahoo email using oauth.
Our is django based website.
We are getting an authorization error here: something like this
INFO ...
-1
votes
2answers
73 views
Does Yahoo support state parameter for oauth?
Google and FB correctly support "state" parameter for oauth. How about Yahoo ?
How to pass custom data across requests in Yahoo oauth process ?
3
votes
1answer
387 views
Yahoo oauth and apis implementation using JavaScript
I mostly worked on Socila apis. Currently I am working on Yahoo apis. I need to fetch contacts and profile information from Yahoo using APIs. I studied their documentation but don't get what to do. I ...
2
votes
1answer
1k views
Getting user Email Yahoo Oauth (using Scribe-Java API)
Trying to access user profile from Yahoo using Oauth system and for that i am taking help of Scribe-Java API
its working fine except one issue whcih i am sure not related to the API i am using
In my ...
1
vote
1answer
2k views
How to get the logged in user's email address with Yahoo Contacts API?
I managed to log a user in using OAuth. Then I can retrieve all the user's contacts by calling http://social.yahooapis.com/v1/user/me/contacts?format=json&count=max.
But I can't find a way to get ...
1
vote
1answer
1k views
Yahoo returns “signature_invalid” when i use OAuth
I am trying to allow users of my website to login using their Yahoo/Gmail accounts.
Gmail went fine. but in Yahoo i have the following php snippet:
$this->options = array('consumer_key' => 'My Key ...
0
votes
1answer
176 views
Setting StackOverflow like Permissions in Yahoo OAuth
I could connect to the Yahoo OAuth from my website.
But I don't know how to access just the email and username of the end user.
Just like what Stack Overflow does when allowing logging in using Yahoo.
...
