开发者

Hyperlinking to Facebook iframe application without knowing page name

开发者 https://www.devze.com 2023-02-13 04:44 出处:网络
I have a Facebook iframe app that runs on various Facebook pages. I can create a link directly to my app with the following hyperlink:

I have a Facebook iframe app that runs on various Facebook pages. I can create a link directly to my app with the following hyperlink:

http://www.facebook.com/pages/PAGE-NAME/PAGE-ID?sk=app_APP-ID where PAGE-NAME, PAGE-ID, and APP-ID are populated with their corresponding variables.

Is there a way to link to my app if I don't know the PAGE-NAME, and only know PAGE-ID and my A开发者_运维技巧PP-ID?

I can link to the page without knowing the PAGE-NAME using the following hyperlink: www.facebook.com/profile.php?id=PAGE-ID

However I can't seem to find a way to link to my app's iframe on the page. I've tried these 2 links but they don't work either:

www.facebook.com/profile.php?id=PAGE-ID&sk=app_APP-ID www.facebook.com/profile.php?id=PAGE-ID&v=app_APP-ID


http://graph.facebook.com/PAGE_ID

json_decode that, get the LINK field.

append your

?sk=app_APP-ID

0

精彩评论

暂无评论...
验证码 换一张
取 消