taylorparsons
taylorparsons

Reputation: 229

Facebook API Get Status

Anyone know the API call to page through your facebook status?

Upvotes: 2

Views: 2243

Answers (1)

CodeJoust
CodeJoust

Reputation: 3800

$facebook->api_client->status_get('','5');

See http://developers.facebook.com/news.php?blog=1&story=193

Upvotes: 5

Related Questions