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

Getting more fields out of the signed_url #116

Open
sahanDissanayake opened this issue Jul 16, 2016 · 1 comment
Open

Getting more fields out of the signed_url #116

sahanDissanayake opened this issue Jul 16, 2016 · 1 comment

Comments

@sahanDissanayake
Copy link

there is a link here
https://developers.facebook.com/docs/reference/login/signed-request

My tab based app is custom to each client. Let me show u an example http://www.menutabapp.com/

So every page has a different content. I have no idea how to get the page id from the signed_request. Is there a way to do that please ?

Thanks

@dantman
Copy link

dantman commented Jul 16, 2016

Use FB.parseSignedRequest to parse the signed request. According to that documentation the id should be part of the .page object on the signed request.

Any general questions about the Facebook API should be asked on the Stack Overflow "Facebook" tag.

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

2 participants