-1

Let's say i have a Facebook page tab (iframe) app that i want to connect to multiple Facebook pages, so users can enter the app through more then 1 Facebook page. Now my question is; is there a way to see if they visited the page tab app through Facebook page A or through Facebook page B?

Thanks in advance.

user1323659
  • 28
  • 1
  • 6

1 Answers1

0

yes u can

use page signed request using this you can get facebook Pageid and userid

for page signed request documentation here http://developers.facebook.com/docs/authentication/signed_request/

Anant Dabhi
  • 10,864
  • 3
  • 31
  • 49
  • thanks! hopefully i'm able to test it later this week but it sounds legit :) – user1323659 Aug 16 '12 at 14:08
  • +1, this is exactly how to do it, it's linked from the [Page Tab Tutorial](https://developers.facebook.com/docs/appsonfacebook/pagetabs/)\ – Igy Aug 16 '12 at 17:22