Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My Two page facebook application contains

index.php welcome.php

On index.php

$signed_request = $facebook->getSignedRequest();

works fine and i can get page id

but when i click on welcome page, and try to get page id, $signed_request does not fetch page id.

[algorithm] => xxxx
[code] => xxxxx    
[issued_at] => xxxxxx
[user_id] => xxxxxxx

got this but couldn't get page id

share|improve this question
possible duplicate of Facebook app with multiple PHP pages – Igy Jan 12 at 16:58

1 Answer

up vote 0 down vote accepted

You only get $signed_requeston the first page. You should save it in a session if you want to use it on another page.

share|improve this answer
how to get this using curl or JSON? – Shawn Connell Jan 16 at 11:08
i'm new to this platform plz help. i need to know – Shawn Connell Jan 18 at 11:15
do you need help saving it in a session? – Emil Aspman Jan 18 at 13:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.