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
  • 50,475
  • 21
  • 110
  • 127
John
  • 437
  • 1
  • 7
  • 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
  • 50,475
  • 21
  • 110
  • 127