jublo / codebird-js

A Twitter library in JavaScript.
https://www.jublo.net/projects/codebird/js
GNU General Public License v3.0
383 stars 97 forks source link

502 Error #165

Open svoltmer opened 5 years ago

svoltmer commented 5 years ago

Been getting a 502 error when I call: cb.__call( "oauth2_token", {}, function (reply) { var bearer_token = reply.access_token; console.log(bearer_token); } );

Can you look into this? It's been happening for a couple of days now.

svoltmer commented 5 years ago

Now it is canceling all requests for oauth2 tokens at "https://api.jublo.net/codebird/oauth2/token"