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
{ message: 'An active access token must be used to query information about the current user.',
type: 'OAuthException',
code: 2500,
fbtrace_id: 'CXQJxYMaH55' }
Can anyone suggest what I may be doing wrong here?
The text was updated successfully, but these errors were encountered:
This is sample code that I am using to attempt to post to a Facebook page from a node app:
The response to this call is:
{ message: 'An active access token must be used to query information about the current user.',
type: 'OAuthException',
code: 2500,
fbtrace_id: 'CXQJxYMaH55' }
Can anyone suggest what I may be doing wrong here?
The text was updated successfully, but these errors were encountered: