Is there a way to add a facebook application to a tab in a fan page through API?
I have developed an app.When a user go to the app I need to display the admin fan pages of the user and ask him to select a page.When a user select a page and click "Add" button, I want to add application into a tab in selected fanpage.
I know how to get admin fan pages of the user using api.And also I know to detect when my app is running through a fanpage using 'signed request'.
So can anyone please tell me is there a way to add a facebook application to a fan page through API?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
Found the solution
It will display the facebook window with all admin pages of the user asking him to add app into a tab in his fan page. |
|||||
|
|
actually, it appears there is a way by using the fb api, which saves the round trip to facebook and back. the answer is awkwardly situated in the page object page reference (under "tabs"->create) https://developers.facebook.com/docs/reference/api/page/ you need to make this kind of call to the api:
good luck! |
|||
|
|