I'm using the Facebook PHP SDK to decode a signed request (provided by the JS SDK). The decoded response is sending back the algorithm, code, issued_at timestamp, and user id. In the past, I've been able to pull additional fields from the request (app_data, page and liked boolean), in additional to many more as defined on the Facebook documentation page:
https://developers.facebook.com/docs/authentication/signed_request/
Is there any reason that I wouldn't be able to access these additional fields? The application is installed, and living inside of a page tab and I cannot see any reason as to why it wouldn't provide me with more fields, specifically app_data and page.
I've also tried decoding the signed request using the example at the link above, and still receive the same response.