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.

This question was asked before, but it wasn't answered properly. Can someone please explain how to fix this problem? Right now I am just including facebook.php file from the PHP SDK. And the following code is giving me the error:

$facebook->get_loggedin_user();

Fatal error: Call to undefined method Facebook::get_loggedin_user() 

Any idea what to do?


So I was just informed that the old API is not going to work anymore. If anyone has a link to a good tutorial to use the new (Graph?) API, please share. Thanks in advance! :)

share|improve this question

1 Answer

up vote 0 down vote accepted

I think you're using documentation from the old api with the new SDK, which does not have that method and follows a completely different flow.

Check usage here: https://github.com/facebook/php-sdk/

Either way if you want serious help you should provide more info (SDK version, contextual code).

share|improve this answer
That is the SDK I used, but i am using the old API. Do you have a link to a good tutorial on the new API? – Gbert90 Jan 14 '11 at 21:09
Right here: developers.facebook.com/docs/reference/api, combined with the link in my answer that should give you everything you need to get started. – Naatan Jan 14 '11 at 22:13

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.