這讓我瘋狂。我知道很多人在使用空的signed_request參數時遇到問題......這不是其中的一個問題!iframe加載在Facebook頁面標籤:signed_request返回'profile_id'不'頁'
我得到$ _REQUEST ['signed_request']數據並在PHP中解碼沒有問題。我正在使用iframe畫布創建一個頁面標籤,其中一個「點擊訪問更多信息」頁面,這些頁面目前非常流行。
問題是signed_request數據不包含['page']字段,因爲它包含一個['profile_id'],意思是「用FBML編寫並加載到頁面選項卡中的應用程序」(從https://developers.facebook.com/docs/authentication/signed_request/)。
我檢查並檢查了我的設置,它絕對是一個iframe畫布。有其他人有這個問題嗎?!解碼signed_request數據的
實施例: Array ([algorithm] => HMAC-SHA256 [issued_at] => 1320926195 [profile_id] => XXXXXXXXXX [user] => Array ([country] => au [locale] => en_US [age] => Array ([min] => 21)))