经过近两个小时的尝试 我在这里张贴这个,
我试图检索通过到脸书应用程序的参数列表。 这是我的应用程序, < a href="https://apps.facebook.com/ takesblyes/index.php" rel=“nofollows”>https://apps.facebook.com/ takesblyes/index.php
当我用这个 URL < a href= > 装入应用程序时, https://apps.facebook.com/takeblyes/index.php?id=5" rel="no follow" >https://apps.facebook.com/takeblys/index.php?id=5 , $signed_request[ap_data] 没有返回任何东西,
以下为我代码的一部分:
$facebook = new Facebook(array(
appId => xxxxxxxxxxxx ,
secret => xxxxxxxxxx ,
));
$signed_request = $facebook->getSignedRequest();
print_r($signed_request[ app_data ]);
我在应用程序设置中搜索“ lilow 签名请求”, 但未找到它