You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making calls to /oauth/access_token to extend the access token the response is a query string instead of json object, so the graph api call fails at line 680 in basefacebook.js.
Can we make this more error prone to accept query string too?
When making calls to /oauth/access_token to extend the access token the response is a query string instead of json object, so the graph api call fails at line 680 in basefacebook.js.
Can we make this more error prone to accept query string too?