I am trying to add a Facebook application via api. I used http://www.facebook.com/add.php?api_key=xxx&pages=1&page=xxx
This adds the application as a tab on the page successfully and works. However, my doubts:
1) should it be documented? I can not find any official documentation (or am I missing something?)
2) is this the only method or is there any other means? The above requires an active login. Something through api chart etc. Via oauth_token to be used in the external application.
3) What else can I do with this other than adding? For example, do it as a landing tab, etc.
Many thanks.
source
share