Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Graph API doesn't require clientId and clientSecret #97

Open
edwardanthony opened this issue Aug 8, 2020 · 0 comments
Open

Comments

@edwardanthony
Copy link

edwardanthony commented Aug 8, 2020

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.

https://developers.facebook.com/docs/graph-api/using-graph-api

Can you give me a short explanation? It would be really helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant