To update a user’s news feed, the REST API has two methods. To publish information to an individual user’s feed, the facebook.feed.publishStoryToUser method will publish information to a user’s feed based on their session key (session_key) and their user ID (uid). You add the title, body, and various links, depending on what you want to publish. The second method, facebook.feed.publishActionOfUser, publishes a mini-feed story to the user’s account, also based on their session key and user ID.

0 comments