Facebook.php Changed ?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-30T23:53:38Z Indexed on 2010/04/30 23:57 UTC
Read the original article Hit count: 304

Filed under:
|
|

I am making my first Facebook App and nothing is working as stated in the documentation. As an example, I have facebook.php on my server and am calling this line:

$friends = $facebook->api_client->friends_get();

but I get a "call to undefined function friends_get()"

I see that there is no "friends_get()" function in the facebook.php. I do see there is a friends.get in that long array... but I'm not sure how to access it?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about api