facebook $facebook->getSignedRequest(); error

后端 未结 6 1055
孤城傲影
孤城傲影 2021-01-06 14:39

i am trying to add this script to my iframe app on facebook but it seems not to work:

    $signed_request = $facebook->getSignedRequest();
$like_status =          


        
6条回答
  •  猫巷女王i
    2021-01-06 15:15

    I had similar problem a while ago - the solution was to specify full url for tab or/and canvas page to receive signed request.

    Example: use http://myapp.com/myapp/index.php, isntead of http://myapp.com/myapp/

提交回复
热议问题