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
I use this library to fetch user profile data after I receive the access_token sent by the iOS app.
Using this access_token, I can get the user profile using Facebook Graph API and find the matching user in my database.
Here's my concern though:
Fetching data using Facebook Graph API can be accomplished without specifying clientId and clientSecret.
Only access token is required.
I'm wondering if I missed something here, maybe I misread the Facebook Graph API documentation, and it does require clientId and clientSecret.
I use this library to fetch user profile data after I receive the
access_token
sent by the iOS app.Using this
access_token
, I can get the user profile using Facebook Graph API and find the matching user in my database.Here's my concern though:
Fetching data using Facebook Graph API can be accomplished without specifying
clientId
andclientSecret
.Only access token is required.
I'm wondering if I missed something here, maybe I misread the Facebook Graph API documentation, and it does require
clientId
andclientSecret
.https://developers.facebook.com/docs/graph-api/using-graph-api
Can you give me a short explanation? It would be really helpful.
The text was updated successfully, but these errors were encountered: