I need to post status, links, pictures to application time line on the behalf of user. Only available option for me to update application page using "/PAGE_NAME/feed" with manage_page permission.
I have successfully posted status using above graph path. But Facebook is showing/tracking these status, links as application posts instead of user's activity.
Instead of showing user's name in post details, it is showing application name. There is no option to distinguish user posts.
Is there any option to post application wall/time line on the behalf of user? Is it a bug in facebook not detecting user's access token?
Can any one answer me? I hope my question is clear to all and if needed I could provide an explanation for novice users.
If we try to post status, Facebook will consider as application status update. ie. Posting with message parameter. If we try to post with link, picture, facebook is accepting as user's post.
Now it is working correctly. There is no change in approach. Thanks for all who down voted without realizing the question.
POST "message" : "USER MESSAGE" => App status update (User will not be tracked)
POST "message" : "USER MESSAGE","link": "LINK" => User post update on time line (User name will be tracked)
I hope this will help some one. Please check comments for my question too.