pitchtarget / ember-cli-facebook-js-sdk

Simple Facebook SDK for Javascript addon for your Ember CLI app.
MIT License
29 stars 15 forks source link

FIX: Token should be refreshed if error code is 2500 #32

Closed bugduino closed 7 years ago

bugduino commented 7 years ago

Sometimes Facebook api returns this "{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500,"fbtrace_id":"EzKntVw1fF8"}"

which seems similiar to the error code 190