facebook-timeline

Open Graph Beta: Add Data to Profile URL

孤街浪徒 提交于 2020-01-15 03:35:07
问题 In the new Open Graph Beta Auth Dialog does the "Add Data to Profile URL" essentially serve as the callback URL where Facebook will send the user after they click the "Add to My Timeline" button? In a related question, will clicking the "Add to My Timeline" button in the new auth process in itself generate posting an item to the new Timeline page for the user? Since these new features are in beta, we're not sure what to expect. 回答1: Have a look at: https://developers.facebook.com/docs/beta

Facebook SDK : Page Tab App returns not found in mobile Facebook App

 ̄綄美尐妖づ 提交于 2019-12-30 04:40:14
问题 I got a Facebook Page Tab App (using Timeline). It works fine in desktop version of Facebook, but when its Wall Post is clicked in Facebook App, it returns "The page you requested was not found" and forwards to an inaccessible link: https://m.facebook.com/4oh4.php?id=282832318433409&_rdr How come? I don't expect mobile version will be the same as desktop version, but I don't expect it reports the page cannot be found. 回答1: Page tabs apps are not supported (as of April 2012 anyway) on mobile

Upload photos for past date

六眼飞鱼酱① 提交于 2019-12-28 12:31:08
问题 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

Facebook Open Graph Story with Map Attachment

﹥>﹥吖頭↗ 提交于 2019-12-23 13:08:23
问题 I have created a custom Open Graph story (Spot a Special). I would like to be able to post this to a user's wall with a map attachment, so I configured it as such: I set the "Hilighted Points" attribute to "special.location" and defined the location attribute in my "special" object: Then I try to post this story (using the Graph Explorer) using https://graph.facebook.com/me/objects/ishoppapp:specialaccess_token=ACCESS_TOKEN&method=POST&object=MY_OBJECT MY_OBJECT being: { "app_id"

How to upload custom app image (tab_image) for Timeline Page tabs via API?

感情迁移 提交于 2019-12-22 08:09:24
问题 Facebook released the new Timeline for Pages today. Apps installed to pages as "tabs" now appear above the timeline with a 111px x 74px size thumbnail "app image". You can customize this on a per-page level (just like the custom tab name) if you navigate the Facebook Page admin interface. You can update the tab's "custom name" via the Open Graph API, but they do not appear to have updated their API docs to show how to upload a custom tab_image (assuming they will). Is it possible now but

Timeline Action Layout - No Attachment displayed

为君一笑 提交于 2019-12-22 04:46:06
问题 I am trying to post a Action to the Facebook Timeline using the JS API FB.api('/me/application:action_type' + '?opject_type='+document.location.href,'post', function(response) { if (!response || response.error) { alert("error"); } else { alert("success"); } }); Posting works quite well and the API returns no error. A new activity appears at the Timeline but only as a small text within the "recent activities" box which looks like this: What could be the problem if the action is not displayed

Since Feb. 6th, can I post to friends' timeline by Graph API call directly?

巧了我就是萌 提交于 2019-12-18 09:48:00
问题 My question is, if I am the user using an authorized web application, can I post something to my friends' timeline at once, and without any interactions with me? I've read this topic and other relative posts on stackoverflow, and I understand that facebook had made some changes. But when I read Feed Dialog document, I find out that it said: Your application can also publish directly to a profile's timeline without interaction on the part of someone using your app. To accomplish this, use the

How to Upload a Photo to a Facebook Page's Timeline as the Facebook Page itself, Not to the user feed

自作多情 提交于 2019-12-14 03:14:31
问题 OK so the cod below basically works fine, WHEN this line is like this: $post_url = '/'.$userPageId.'/feed'; This successfully posts to the Facebook Page Timeline. But I want to upload a photo, and when I change this line to $post_url = '/'.$userPageId.'/photos'; It posts the photo... but it posts to the User Feed, instead of AS the Facebook Page. I want this to post the photo to the Facebook Page Timeline [config.php] <?php include_once("inc/facebook.php"); ##################################

How to setup Facebook Timeline Cover Photo website . is it easy for a basic web developer?

只愿长相守 提交于 2019-12-13 23:04:48
问题 I have seen many website build with wordpress and they have facebook timeline cover photos auto upload. anyone please help me? sorry for my bad english 回答1: it isn't difficult at all... you can get the cover url for a page/user using the facebook graph api. ie: querying http://graph.facebook.com/cocacola?fields=cover will return the cover image properties for the cocacola fan page, simply use the 'source' field as your image src. (this is a 720px wide cover image) as your using wordpress you