我在facebook中创建了一个页面标签应用,其网址如下:http://www.facebook.com/PageName/app_123456789
有没有办法从iframe中检索应用程序的ID(= 123456789)?
facebook文档提到了“signed_request”参数,但它不包含此信息。
答案 0 :(得分:1)
如果你的意思是编程,那么$ facebook-> appId就可以了。 base_facebook.php有一个名为function getAppId()
的get函数答案 1 :(得分:0)
如果您创建了应用,那么您是否应该已经知道应用ID?然后,您可以将其放入代码中。它不会改变它。
否则,您可以使用PHP或JavaScript获取浏览器的URL。 Get the full URL in PHP
你可能想用JS做 get the parent url of iframe in PHP