facebook-timeline

Timeline page app height stuck at 800px

淺唱寂寞╮ 提交于 2019-12-05 10:27:57
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: 810, height: 910})"> <div id="fb-root"></div> <script> (function () { var e = document.createElement(

Explicitly Shared not working for post - Facebook Android SDK Open Graph Story

余生颓废 提交于 2019-12-02 10:47:46
问题 I am currently using the Facebook Android SDK 3.19.1 to post an Open Graph Story to our user's timeline. The story is added to the user's activity log, but does not show up on their timeline. I have a custom action and object for my story, and I have set the "Explicitly Shared" option for my Action and the corresponding properties in code. I have also submitted and been approved for the "publish_actions" permission. Am I missing something here? private void postGraph(final Bundle b, final

Putting a whole Facebook application in the timeline?

橙三吉。 提交于 2019-12-02 06:50:31
问题 For a project, I have been asked to put a complete Facebook application inside the timeline. However, I cannot find any information about this in the Facebook reference. Does anybody know if it can be done? 回答1: I believe your client wants to use the new Add To TimeLine feature. This provides another introduction from user perspective. As an example, this image shows Spotify, NetFlix and Nike app implementations of the new feature on the timeline: You can implement a basic "add to timeline"

Explicitly Shared not working for post - Facebook Android SDK Open Graph Story

北慕城南 提交于 2019-12-02 06:14:10
I am currently using the Facebook Android SDK 3.19.1 to post an Open Graph Story to our user's timeline. The story is added to the user's activity log, but does not show up on their timeline. I have a custom action and object for my story, and I have set the "Explicitly Shared" option for my Action and the corresponding properties in code. I have also submitted and been approved for the "publish_actions" permission. Am I missing something here? private void postGraph(final Bundle b, final Request.Callback callback) { // Set up the request callback to handle errors Request.Callback

Will we be able to access life events on a timeline?

我是研究僧i 提交于 2019-11-30 16:03:23
问题 Is Facebook planning to add functionality to allow developers to access the new "life events" posted on a user's timeline? How about those posted on a friend's timeline? Thanks! 回答1: Life events are not currently readable via the API for a user or their friends. Keep an eye on the updates at http://developers.facebook.com/blog which is where we'll announce this functionality if and when its it built. if you're building an app which wants to publish life events, the best current suggestion is

Will we be able to access life events on a timeline?

三世轮回 提交于 2019-11-30 16:01:50
Is Facebook planning to add functionality to allow developers to access the new "life events" posted on a user's timeline? How about those posted on a friend's timeline? Thanks! Life events are not currently readable via the API for a user or their friends. Keep an eye on the updates at http://developers.facebook.com/blog which is where we'll announce this functionality if and when its it built. if you're building an app which wants to publish life events, the best current suggestion is to model them as custom actions and custom objects on the open graph and build timeline aggregations which

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

人走茶凉 提交于 2019-11-30 14:01:37
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. Page tabs apps are not supported (as of April 2012 anyway) on mobile browsers - mobile apps are, but they're not tied to the Page and need to be manually linked-to or bookmarked,

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

偶尔善良 提交于 2019-11-29 17:47:26
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 corresponding Graph API call while "Graph API call" is an unavailable link. And I can't figure out what

Difficulty posting Actions to Timeline

我的梦境 提交于 2019-11-29 15:48:55
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/, the direct id has always been less problematic in the past for me). $herourl is an urlencoded string

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

岁酱吖の 提交于 2019-11-29 02:33:13
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 to post the story: https://graph.facebook.com/me/namespace:action?access_token=ACCESS_TOKEN&method