0

Wonder if there is an option to use facebook visible to connection for fan page.

as we know, facebook removed the fbml tags for visible-to-connection, and now I have some application I have to do this thing.

Wonder if someone has code, or guide to do that on javascript.

bkaid
  • 51,465
  • 22
  • 112
  • 128
John
  • 437
  • 1
  • 8
  • 14

1 Answers1

0

This cannot be done in client side javascript. It has to be done in server side code by inspecting the "signed_request" parameter that Facebook will send to your application. This answer has an example of how to do this.

Community
  • 1
  • 1
bkaid
  • 51,465
  • 22
  • 112
  • 128