yahoo-oauth

Yahoo Authorization OAUTH:oauth_problem=“timestamp_refused”

那年仲夏 提交于 2020-01-03 16:55:09
问题 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 user i always get this Error no matter what NTP server i choose for my computers clock: Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth oauth_problem="timestamp_refused", realm="yahooapis.com"}

What are the end points to get the emailId using oauth for the google, yahoo, twitter service providers?

╄→гoц情女王★ 提交于 2019-12-25 15:33:32
问题 I am using google appengine java web application. I'm trying to put OpenId authentication withIn my project. I am using scribe to make this happen. I am able to get the Access Token from the google, yahoo, twitter Service Providers. After getting the Access Token, I need to get the currently logged-in user email address. I'm using OAuth2.0 for google, OAuth1.0a for yahoo and twitter. Any suggestions would be appreciated. 回答1: Google : https://www.googleapis.com/oauth2/v3/userinfo?access_token

How to Migrate Yahoo users from OpenId to OAuth

拜拜、爱过 提交于 2019-12-13 21:13:14
问题 I'm using App Engine / java. I need to migrate my Yahoo users from OpenID 2.0 to OAuth 2.0 login (OpenID Connect), because OpenID 2.0 Relying Party support for logging in with OpenID 2.0 accounts in to App Engine will be turned off. For my Yahoo users, I have following information in my datastore: federated identity: https://me.yahoo.com/a/... email address When I implement Sign-in with Yahoo using OAuth, I need to use the information provided by the OAuth process to identify the existing

Getting user Email Yahoo Oauth (using Scribe-Java API)

£可爱£侵袭症+ 提交于 2019-12-11 02:57:19
问题 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 yahoo profile i have following settings Yahoo! Email --->amy_yahoo_id@yahoo.com Email--->other_id@gmail.com Primary - Change So what i am getting back is other_id@gmail.com which means i am not able to get correct information of the logged in user.Once i am able to get guid i am sending the

yahoo oauth and oauth2.0 login malfunction

人盡茶涼 提交于 2019-12-09 13:44:18
问题 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 loading for a while... It will go back to Login page in Step 2 Repeat Step 2-3 It was definitely working before without the above bug Then update our system use Yahoo OAuth 2.0 when we request https://api.login.yahoo.com/oauth2/get_token but sesponse not

Yahoo OAuth 2.0 login malfunction

↘锁芯ラ 提交于 2019-12-04 10:02:42
问题 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 password After loading for a while... It will go back to Login page in Step 2 Repeat Step 2-3 It was definitely working before without the above bug, anybody else is experiencing the same bug and/or know how to fix this? 回答1: Edit on 10 May 2019, The

yahoo oauth and oauth2.0 login malfunction

大兔子大兔子 提交于 2019-12-03 17:37:46
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 loading for a while... It will go back to Login page in Step 2 Repeat Step 2-3 It was definitely working before without the above bug Then update our system use Yahoo OAuth 2.0 when we request https://api.login.yahoo.com/oauth2/get_token but sesponse not include ' xoauth_yahoo_guid ' field : { "access_token": "XXXXXXXXX", "refresh_token": "XXXXXXXXXXXXX",

php-openID doesn't work with Yahoo

 ̄綄美尐妖づ 提交于 2019-11-28 11:18:27
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 for Yahoo! . how can i made it works? wow it is solved now !!!!! i traced the functions and found the problem.and that is.... in "try_auth.php" file i used "$attribute[] = Auth_OpenID_AX_AttrInfo::make('http://axschema.org/contact/email',2,1, 'email');" for getting the user email from provider. it works fine in Google because Google ignore '2'

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

吃可爱长大的小学妹 提交于 2019-11-28 08:46:43
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 AUTH=XYMCOOKIEB64 AUTH=XYMPKI] IMAP4rev1 imapgate-1.8.1_01.20166 imap1009.mail.ne1.yahoo.com Yahoo Mail can be accessed by IMAP using OAuth(2) authentication. I registered my app on https://developer.yahoo.com/apps/ so I have got Client ID and Client Secret. I didn't find any scopes(API Permissions) related to Mail. Nevertheless I selected all API