I am trying to see if i can pass a custom paramater to the facebook connect install. I basicly just want to know what page they installed the app from so that i can display custom content for them. I am using the fb:login-button method for people to access my application.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If your app is a tab application you can use the signed_request to find out what page as well as if the user has liked your app. More info: https://developers.facebook.com/docs/authentication/signed_request/ |
|||
|
|