facebook-timeline

Facebook wall post likes are not counted in fql query

孤街浪徒 提交于 2019-12-13 02:15:18
问题 I have app which share video on the timeline after uploading on youtube. and we count number of likes whoever likes. The problem is whenever someone likes the video on the personal wall it is not connecting to youtube url. Timeline post has 13 likes but FQL is showing only 11 excluding share count. Any help 回答1: It seems Facebook does not gives accurate Like results, at first thought it was caused by users privacy settings, but doing some test with my own friends, the API still shows a

How can I request the “publish_actions” permission?

三世轮回 提交于 2019-12-12 12:10:04
问题 Washington Post (https://www.facebook.com/dialog/permissions.request?app_id=225771117449558&display=page&next=https%3A%2F%2Fapps.facebook.com%2Fwpsocialreader%2F%3F&type=user_agent&canvas=1&perms=user_about_me%2Cuser_likes%2Cpublish_actions") is able to request the publish_actions permission. It says this on Facebook: While in Open Graph Beta, the 'publish_actions' permission can only be requested from developers and test users of your app. The 'publish_actions' permission will be ignored if

Facebook timeline “pinned” post how to get via graph API

半世苍凉 提交于 2019-12-11 07:36:08
问题 The graph or FQL (which has the same data) do not list the relevant property in any of the tables that I've checked. The order of posts in the "stream" does not change with items being pinned . To clarify just in case, I am asking about the new timeline feature where you can click "edit" on a post and then select "Pin to top" . I have to be able to find the pinned post via API or FQL or RSS or any other reasonably reliable way, and I don't need to make a post pinned - just to query for it.

Calculate the facebook cover offset y

限于喜欢 提交于 2019-12-11 03:27:50
问题 I'm getting the user cover photo using Facebook SDK. I have the path to the img and the offset y. "source": "http://a5.sphotos.ak.fbcdn.net/hphotos-ak-ash3/526114_459046674110601_992101492_n.jpg", "offset_y": 19 The div where i put the image have 300px height; and right background position is center -146px; . How to calculate the top value when I have 300 and 19 ? 回答1: offset_y is a proportion of space between upper area and lower area of cropped image. So, actual pixel offset should be like

How to display an aggregation of an object that is connected to another object?

北战南征 提交于 2019-12-08 18:27:25
I've set up these 2 objects : Book Author A book has an author field. I have one action : Read I have 2 aggregations : Recently read books Favorite authors The Favorite authors aggregation is set up to show author objects on the read action. I posted a story to my Timeline: Felipe read "some book" , but it only shows the Recently read books aggregation and not the Favorite authors . How am I suppose to set up the aggregation for Favorite authors ? If the aggregation is setup correctly (you can test this by adding sample objects and actions in the aggregation configuration) then it will show up

Profile Cover Editing via Facebook's Api

拈花ヽ惹草 提交于 2019-12-08 07:33:16
问题 I know that this question was raised out several times, and I even read most of the questions regarding the topic. But there was a gap of about a month till now, and I'd like to know if there is any process in changing the Timeline Cover picture from the api(via an app). Do you know any new information about this? Or is there a solution out there? (except for uploading to cover folder) Thanks in advance. 回答1: In fact, there´s no API support for it, but you can upload a photo and then redirect

Profile Cover Editing via Facebook's Api

醉酒当歌 提交于 2019-12-08 07:30:29
I know that this question was raised out several times, and I even read most of the questions regarding the topic. But there was a gap of about a month till now, and I'd like to know if there is any process in changing the Timeline Cover picture from the api(via an app). Do you know any new information about this? Or is there a solution out there? (except for uploading to cover folder) Thanks in advance. In fact, there´s no API support for it, but you can upload a photo and then redirect user to: http://www.facebook.com/profile.php?preview_cover=PHOTO_ID There is currently no API to change the

How to display an aggregation of an object that is connected to another object?

大憨熊 提交于 2019-12-08 05:37:54
问题 I've set up these 2 objects : Book Author A book has an author field. I have one action : Read I have 2 aggregations : Recently read books Favorite authors The Favorite authors aggregation is set up to show author objects on the read action. I posted a story to my Timeline: Felipe read "some book" , but it only shows the Recently read books aggregation and not the Favorite authors . How am I suppose to set up the aggregation for Favorite authors ? 回答1: If the aggregation is setup correctly

Timeline page app height stuck at 800px

柔情痞子 提交于 2019-12-07 04:14:29
问题 I'm developing an app for a Facebook page with the 'timeline' layout, and I want the height of the app to scale with the content, but the height of the app is fixed at 800px. The current app settings show that the height is set to 'fluid,' but I have also tried fixing the height to random values and witnessed no change. How to I get the height of my app to scale to it's content? Thanks for any responses. Update: So appending this to my body tag worked. <body onload="FB.Canvas.setSize({width:

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

我与影子孤独终老i 提交于 2019-12-05 12:45:47
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 undocumented? Has anyone figured out how to do this yet? Updated 2016: With the latest Open Graph 2.5 API