Is there any way to add applications 开发者_如何学Goin Facebook pages dynamically(using api)?
The best thing you can do right now is to redirect to this URL:
http://www.facebook.com/add.php?api_key=<your_api_key>&pages
(note the &pages
at the end)
This at least provides a shortcut for them to add the app to one of their pages. Of course not as good as a proper API...
Unfortunately not. Facebook creates a unique Application ID etc. when you create your application via their site. There is no access to this process.
精彩评论