Since facebook make timeline now public, the my app post using stream publish does not appear in user's timeline , only in home newsfeed. Is there's anything we should do about this or anything new on publish stream or feed post regarding the new timeline feature ?
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.
|
|
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/ |
|||
|
|
|
Before an action going to public you need to submit an action and it must be approved by Facebook , then only every action comes public visibility |
|||
|
|
