forked from parse-community/parse-server
-
Notifications
You must be signed in to change notification settings - Fork 0
facebook.js
Fosco Marotto edited this page Jan 28, 2016
·
1 revision
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( ... );