2017-09-07 48 views
2

我使用的OAuth 2.0規範爲以同樣的方式檢索夢幻足球數據本網站使用它:http://yfantasysandbox.herokuapp.com/resource/user/game_teams(GitHub庫:https://github.com/whatadewitt/yfsapiYahoo OAuth 2.0`bearer_token_not_over_ssl` - 解釋一下嗎?

檢索我access_tokenrefresh_token後,我試圖獲取用戶團隊資源,並沒有明顯的原因得到這個401錯誤 { "lang": "en-US", "description": "Please provide valid credentials. OAuth oauth_problem=\"bearer_token_not_over_ssl\", realm=\"yahooapis.com\"" }

它已經工作了幾天,它都停止工作突然沒有我改變任何東西。請告訴我,如果規範已經改變。我爲每個API請求使用https協議,並且如果需要的話肯定會獲得新的access_tokens。如果有幫助,我的callbackUrl也使用https。

+1

我遇到了同樣的問題。昨天工作很好。 OAuth oauth_problem =「bearer_token_not_over_ssl」,realm =「yahooapis.com」'。我在這裏找不到任何東西:https://developer.yahoo.com/oauth2/guide/errors/ – theStud54

回答

1

它現在工作完美。看起來這是API的服務中斷,而不是任何根本性的。祝你好運!

+1

是的。你也是哥們,如果他們會給我們描述一些明顯的說明服務中斷的話,他們會很樂意。 – tells