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
Fosco Marotto edited this page Jan 28, 2016
·
1 revision
facebook.js
Helper functions for accessing the Graph API
// Make sure the provided access token matches the provided user
facebook.validateUserId(userId, accessToken).then( ... );
// Make sure the provided access token matches the app
facebook.validateAppId(appId, accessToken).then( ... );