whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

bearer_token_not_over_ssl #37

Closed bestmikelee closed 6 years ago

bestmikelee commented 6 years ago

Seeing this 401 when trying get any sort of info after authenticating. I've logged in a couple of times, refreshed the token, used other accounts. Can't seem to use any of the API. OAuth 1.0 seems to work on FantasyPros. Wondering what might be causing the issue.

{
  "lang": "en-US",
  "description": "Please provide valid credentials. OAuth oauth_problem=\"bearer_token_not_over_ssl\", realm=\"yahooapis.com\""
}
almartin82 commented 6 years ago

Hi @tells, seeing this too. This SO question says that this is server side / ephemeral. Is that what you experienced?

almartin82 commented 6 years ago

ah, nevermind. updated all my urls from http to https and this went away. thanks!