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.

I hv used this for long time to retrieve photos from facebook

$this->facebook=new Facebook(array(
     'appId' => $appId,
     'secret' => $fbSecret,
     'cookie' => true
));

$this->facebook->getUser() // gives info of current user.

now from october 25 its stopped working , any idea ?

share|improve this question
Maybe you are changed appID or secret? – Kamilos Nov 28 '12 at 12:11

1 Answer

up vote 0 down vote accepted

Please verify your app_id and app_secret are correct.

If you get again this issue,that may be expired. Update your facebook app id and secret key.

For verify your Token expire - try this link https://developers.facebook.com/tools/debug

For more details of app id validate - How to validate Facebook App ID

share|improve this answer
both app_id and app_secret are correct. – Brain Buddies Nov 28 '12 at 12:52
i think it may be expired. – suresh.g Nov 28 '12 at 12:53
how can it be expired ? – Brain Buddies Nov 28 '12 at 13:07
try debug link from my update. – suresh.g Nov 28 '12 at 13:12
Please refer this link stackoverflow.com/questions/9401563/… – suresh.g Nov 28 '12 at 13:19
show 1 more comment

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.