Folks, I'm trying to publish a message to an user's "news feed" using facebook-sdk with little success. The following code is only able to publish to the user's wall. I want to publish it to the user's news feed (timeline).
graph.put_object("me", "feed", message='some text')
Suggestions?