facebook-opengraph

Trying To Read Friends Links in Facebook Using FQL: Why do some friends return an empty set?

最后都变了- 提交于 2019-12-01 06:13:35
问题 When trying to find friends of mine that also use this app and have links from a specific site, I'm getting no results from some friends, but it works great on others. If I use the Graph API Explorer, doing something as simple as /friendid/links returns an empty set. However, I can go to their wall and see links and they have the read_stream permissions granted to my app. Of note, they appear to have a different Privacy Settings experience as well (completely different set of screens). Anyone

Permission migration from publish_stream to publish_action

此生再无相见时 提交于 2019-12-01 00:48:59
I am wondering if you have a users permission to publish_stream and you want to publish_action from now on does publish_stream cover both or do we need to re-request the users permission? If so whats the easiest way of detecting wether they have this permission granted etc. User journey suggestions welcome. The login system I have in place is users can use with facebook or their account credentials. But some users sign up without facebook and then connect later. I don't create the session every time they login as I only need the publish_stream permission which works without needing a live user

Facebook Story for my app: Unable to generate story

北城以北 提交于 2019-11-30 20:35:30
In the Open Graph Dashboard of my Facebook application I get error for my story saying "Unable to generate story" after creating both custom or storys with standard object. So under the page facebookdeveloper/apps/myapp/story/openGraph where I usually have nice storys for different scenarios (one on one, multiple people, past tence) it just says error "Unable to generat story" everywhere. My story titles says for example: "Mr X read a book.title on myApp" and then "Unable..." There is no more information on why I get the error. I had storys with similiar object etc. for the application

Permission migration from publish_stream to publish_action

蓝咒 提交于 2019-11-30 18:20:59
问题 I am wondering if you have a users permission to publish_stream and you want to publish_action from now on does publish_stream cover both or do we need to re-request the users permission? If so whats the easiest way of detecting wether they have this permission granted etc. User journey suggestions welcome. The login system I have in place is users can use with facebook or their account credentials. But some users sign up without facebook and then connect later. I don't create the session

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 crops open graph image in to a square

我是研究僧i 提交于 2019-11-30 14:38:14
问题 I'm trying to create a custom open graph story to Facebook but I'm having some trouble getting the og:image to show properly. I'm using a 1200*630 sized image as recommended here and here but on my timeline it gets cropped in to a square from the left edge of the image. It also shows as a square in the story preview though this time it's cropped from the center. How can I get the image to show in the correct aspect ratio and size? Is it just the test environment to blame or do I need to add

Posting to open graph does not show object title in the post

馋奶兔 提交于 2019-11-30 14:17:56
问题 I have created a restaurant app on Facebook and have created a custom story with the action type: "eat", and object type: "dish". When the user posts to Facebook I would like the title sentence of the post to contain the title of the dish that the user has selected, for example: "Bob ate Pie on Restaurant App" At the moment when I post to Facebook the result that I am getting is: "Bob ate a dish on Restaurant App". Everything else about the post is working as intended. Here is the code that I

Facebook OG tags Not Working

此生再无相见时 提交于 2019-11-30 12:23:27
I have a simple rails 3 app with a FB like button. Ive used FB OG tags to get the image other pertinent info posted during the like transaction. when i test on my local server and after uploading, lies are posted with Facebook's default image and doesn't include other info from the OG tags. I looked at few of the other questions on this, reviewed FB's developer instructions on how to use the OG tags and i'm certain I've entered them correctly. Wondering if there's another step or something else that i'm missing I have the tags in my head section like so <!DOCTYPE html> <html> <head> <meta name

Facebook Open Graph Not Showing Object Title

女生的网名这么多〃 提交于 2019-11-30 11:35:17
I'm having conflicting reports for our users that people that share Object Graph objects to their wall, are sometimes showing the Object title and other times not. Specifically, every test I do on my own account shows the Object Title, but on their Mobile apps - it doesn't appear. I've tested the Open Graph debugger.So I have a couple of questions: Is there a length limit on the number of characters? Does Facebook not show the whole Object.title on Mobile? Does Facebook scrap the OG tags and if it can't find them or if it timeout do they not receive them? Here is my sample OG url: https:/