Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post from app does not appear in user's timeline

Since Facebook made Timeline now public, the my app post using stream publish does not appear in user's Timeline, only in News Feed. Is there's anything we should do about this or anything new on publish stream or feed post regarding the new Timeline feature ?

like image 299
Suriyanti Panagen Avatar asked Dec 18 '11 07:12

Suriyanti Panagen


1 Answers

Your application should have read_stream publish_stream and permissions (I think this is enough). You should send POST request to this URL https://graph.facebook.com/PROFILE_ID/feed

You can read more about it here: https://developers.facebook.com/docs/reference/api/post/

like image 181
D3GAN Avatar answered Sep 21 '22 04:09

D3GAN