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 used faceBook API . it was working earlier now I am getting this below error:

Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user. thrown in /home/softquan/public_html/roxytrends/fb/src/base_facebook.php

CODE :

   // FACEBOOK PROCESS
require 'fb/src/facebook.php';
// create our app instance
$facebook = new Facebook( array (
          'appId'  => '314407275304496',
          'secret' => '0d5e2c3cc68eff98bfcdff2ead5b7725',
          'cookie' => true
));
// Get FB User ID
$fb_id = $facebook->getUser();

What are the things I am missing here.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.