Post Facebook social graph to timeline
Has anyone used the facebook-actionscript-api to make social graph updates to users Facebook timeline? I have got likes and status updates going from my AIR app though struggling with the open graph.
I have created Facebook app and activated open graph and added some actions/objects/aggregators and previews (eg action:watch, object:video).
I have connected via my AIR app, passed the "publish_actions" as a permission and called facebook graph with the url "/me/video.watches" and a POST param of movie:""http://www.imdb.com/title/tt0117500/".
I get Facebook API error: "(#200) Requires extended permission: publish_actions".
I could not find any posts out there for Open graph/AS3 dev. Anyone having similar issues or can shed some light?
Thanks
