Questions tagged [yahoo-oauth]

Yahoo APIs use the OAuth protocol for authorization and authentication. This tag covers OAuth usage on Yahoo APIs.

Yahoo APIs use the OAuth protocol for authorization and authentication. This tag covers OAuth usage on Yahoo APIs.

More Info

73 questions
11
votes
2 answers

Google and Yahoo OpenID Endpoint

Are https://www.google.com/accounts/o8/id and https://me.yahoo.com are Google's and Yahoo's OpenID Endpoint or the URL's to which I must send the discovery request, which in response will have the OpenID Endpoints?
felix
  • 11,304
  • 13
  • 69
  • 95
8
votes
6 answers

How can Yahoo Mail be accessed by IMAP using OAuth or OAuth2 authentication

According to developer.yahoo.com/mail/ and IMAP responses: * OK [CAPABILITY IMAP4rev1 ID MOVE NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ CHILDREN XAPPLEPUSHSERVICE XYMHIGHESTMODSEQ AUTH=PLAIN AUTH=LOGIN AUTH=XOAUTH2 AUTH=XYMCOOKIE AUTH=XYMECOOKIE…
Aleksey
  • 179
  • 1
  • 1
  • 13
8
votes
1 answer

php-openID doesn't work with Yahoo

i am trying to use php-openid library for implementing openID in my site. the basic consumer example inside its package doesn't work for Google and Yahoo. i found the Google solution here: Example usage of AX in PHP OpenID but it doesn't still work…
hd.
  • 17,596
  • 46
  • 115
  • 165
5
votes
2 answers

Should I delete the record of my site with WWW in it?

I currently have both urls of my site listed in google and yahoo siteexplorer etc, there is some difference in the pages that are indexed. Do I need both, or can I delete the one with the www at the start and then let it find all pages using the new…
slugmandrew
  • 1,776
  • 2
  • 25
  • 45
5
votes
1 answer

Yahoo - OAuth2 - SocialAPI : Not returning "Access-Control-Allow-Origin" in initial response

I am using Yahoo Social API for Contacts using OAuth2 via Javascript (as given here https://developer.yahoo.com/oauth2/guide/#implicit-grant-flow-for-client-side-apps) However, after successful authentication and correct Access Token, I am unable to…
Raheel Hasan
  • 5,753
  • 4
  • 39
  • 70
5
votes
1 answer

Yahoo OAuth 1.0 Callback Issue?

I want to use Yahoo Fantasy sport API in my web application, For that I am using OAuth for Yahoo login. I have consumer key and secret key and i passed the keys successfully, When I run the following code. It redirects to Yahoo login, It asks…
Prabhu
  • 840
  • 11
  • 28
4
votes
1 answer

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 need to implement using JavaScript. Can anyone…
4
votes
1 answer

Yahoo Developer error "An internal error occurred (eid 7320968)"

I'm trying to pass through "Yahoo OAuth 2.0 Guide" and want to get Consumer Key and Consumer Secret. When I open https://developer.yahoo.com/apps/create/ I've got an error: An internal error occurred (eid 7320968). Error screenshot How I can…
Tony Smith
  • 43
  • 3
4
votes
2 answers

Yahoo authentication by OAuth without any redirection(client-side). Is it possible?

Is there a way to make a oauth authentication (get the user token and secret) without any redirection or refreshing my app page. So the flow should be: Users clicks the "Login with Yahoo!" button Popup with login form and then access form…
mazikwyry
  • 197
  • 1
  • 10
4
votes
0 answers

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 try to fetch the Contacts of the authenticated…
Nezam
  • 4,122
  • 3
  • 32
  • 49
3
votes
1 answer

yahoo oauth and oauth2.0 login malfunction

Users access our website using Yahoo OAuth 1.0,but it failed and have the below behavior. 1.redirect to https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=XXXX 2.Login page is shown, type in login name 3.Type in password 4.After…
3
votes
1 answer

Yahoo OAuth 2.0 login malfunction

Today when I tried to access to my org SSO website using Yahoo OAuth 2.0, it failed and have the below behavior. Initiate Yahoo OAuth flow, so it is now inside https://login.yahoo.com/config/login Login page is shown, type in login name Type in…
Ng Sek Long
  • 4,233
  • 2
  • 31
  • 38
3
votes
2 answers

Yahoo OAuth 2.0 `bearer_token_not_over_ssl` - explain?

I'm using the OAuth 2.0 spec for retrieving fantasy football data in the same way this site is using it: http://yfantasysandbox.herokuapp.com/resource/user/game_teams (github repo: https://github.com/whatadewitt/yfsapi) After retrieving my…
tells
  • 630
  • 4
  • 11
3
votes
0 answers

Unable to Create New Yahoo Application

This link has been finicky in the past, it appears to be completely dead now: https://developer.yahoo.com/apps/create/ Is it not possible to create Yahoo applications anymore?
3
votes
1 answer

Cannot authenticate with Yahoo OAuth

I'm trying to authorize with Yahoo using a link like…
lestrade
  • 76
  • 3
1
2 3 4 5