| bio | website | |
|---|---|---|
| location | Malaysia | |
| age | 24 | |
| visits | member for | 1 year, 5 months |
| seen | 22 hours ago | |
| stats | profile views | 40 |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? @NikitaPlatonenko i have updated my answer. |
|
May 15 |
revised |
How can I get all my posts to other people, not to my timeline? added 599 characters in body |
|
May 15 |
comment |
Refresh token and Access token in facebook API No, you can only extend the user access token up to 2 months. Unless you are talking about app access token. |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? Also, stream API is not stable for pagination, you need decrease you created_time intelligently when no feed return, because there's case when the user have a long period(compare with created_time<) without post to friends's wall, the feed wouldn't return. |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? Can you test with developers.facebook.com/tools/… ? Also, please make sure this user access token have granted "read_stream" permission. |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? It would return something like : "post_id": "12026000_102012023232324", "created_time": 1368628159, "target_id": null, "description": "林果皞 posted a link to Lim's timeline.",...etc, post_id is there. |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? " I could not get id of this post"? "post_id" field is returned, isn't? |
|
May 15 |
revised |
How can I get all my posts to other people, not to my timeline? added 188 characters in body |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? You can navigate next page with created_time<last_feed_created_time, isn't it? |
|
May 15 |
revised |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? added 140 characters in body |
|
May 15 |
comment |
feed, home, post not giving actual wall posts in Facebook C# SDK Facebook have changed the API response, /feed connection would include "100000566619686_629431233752425" "likes a page" story feed and other activities, such as "followed someone", "using profile in English", "comment on someone post"...etc story feed. |
|
May 15 |
revised |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? added 132 characters in body |
|
May 15 |
comment |
feed, home, post not giving actual wall posts in Facebook C# SDK i have update my answer at stackoverflow.com/questions/16481191/…, can you try this FQL query instead? |
|
May 15 |
revised |
How can I get all my posts to other people, not to my timeline? added 6 characters in body |
|
May 15 |
answered | How can I get all my posts to other people, not to my timeline? |
|
May 15 |
revised |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? added 48 characters in body |
|
May 15 |
comment |
How can I get all my posts to other people, not to my timeline? Do you want to include post to page/group's feed or not? |
|
May 15 |
revised |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? added 2 characters in body |
|
May 15 |
comment |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? I have updated my answer. |
|
May 15 |
comment |
Facebook graph api- how to get user feed,with out posts about likes and comment by the user? I have updated my answer. |