Asaf Nevo
Asaf Nevo

Reputation: 11678

posting on user's friend wall

i've built this application who keep in a database the uid of the users who used it. when the administrator of the application is logged in to facebook and to the application, he sees if a list of all the users who used the application, ordered by if they're friends with him on facebook or not.

the administrator has granted the publish_stream permission for my application.

i want do give the administrator an option to write a post or a link on the wall of a user which he is friend.

reading the graph api documentation i've found that i can POST to https://graph.facebook.com/uid/feed or https://graph.facebook.com/uid/links a feed. from some reason i'm not able to do so.. can some please tell me what is the way to do so and what are the parameters i need to send to there api functions?

Upvotes: 0

Views: 1964

Answers (1)

DMCS
DMCS

Reputation: 31860

Im posting to /otheruser/links.

You should post it to /otheruser/feed. Facebook will automatically put your link into the link area.

Upvotes: 3

Related Questions