facebook-timeline

Difficulty posting Actions to Timeline

試著忘記壹切 提交于 2019-11-28 09:25:10
问题 I've tried building the basis of our next app following Facebook's Open Graph Tutorial but for some reason I'm getting errors thrown at me regardless of how I try POSTing an action. I'll go as in-depth as I can here as I hope it'll be very useful for all developers getting to grips with the new Timeline. I've defined a battle action and a hero object using the default settings when setting up each. transcendgame is my namespace. $id is the userid of the Facebook user (I've tried using /me/,

Upload photos for past date

半城伤御伤魂 提交于 2019-11-28 07:42:29
I am trying to upload few old photos with a past creation date so that they appear properly in timeline. Existing api allows only to pass message and source. i.e POST https://graph.facebook.com/ALBUM_ID/photos?access_token=xyz ..multipart.form.data.with.message.and.source.. is the only way I can upload photos. POST https://graph.facebook.com/PHOTO_ID?access_token=xyz created_time=2010-01-20T09:04Z&updated_time=2010-01-20T09:04Z doesn't move the photo date either. I tried creating a post out of the photo upload using the /feed api, but it doesn't allow me to make an existing photo a post. It

Open graph story posted successfully using graph API but not seen neither on the timeline nor in the Activity Log

烈酒焚心 提交于 2019-11-27 16:50:31
问题 I am posting an Open Graph story using the graph API but the post is not shown anywhere on my Facebook wall and there is nothing in my Activity Log either. I configured the story in the App dashboard. The object has one custom property and it is a self hosted object with a public URL. I used the object debugger tool https://developers.facebook.com/tools/debug to make sure that all the metatags (including the one for the custom property) are there and no errors are shown. Then I make this call