facebook-opengraph

facebook error code 102 with sdk 3.6

末鹿安然 提交于 2019-12-01 21:10:12
Error: Error Domain=com.facebook.Facebook.platform Code=102 "The operation couldn’t be completed. (com.facebook.Facebook.platform error 102.)" UserInfo=xxxx {error_code=102, action_id=xxx-xxx-xxx-xxx-xxx, error_message=Could not generate preview text, app_id=xxxxx} This error appears when I press the post button in my app and the device switches to the facebook app to post my OG action. As soon as the facebook app opens and my og action text is visable this error gets logged and my device switches back to my app. Does anybody know what it means? This may not be your problem, but I had this

Open graph meta tags

感情迁移 提交于 2019-12-01 19:05:34
I use Facebook application (shortstack) to make my page. I want to Personalize publication when I share it with short URL. I have test to create a open graph meta tags but it's don't work . You need to put opengraph meta tags in your page like <meta property="og:title" content="The Rock"/> <meta property="og:type" content="movie"/> <meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/> <meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/> <meta property="og:site_name" content="IMDb"/> <meta property="fb:admins" content="USER_ID"/> <meta property="og

What's the difference between the Like button with or without Open Graph META tags?

妖精的绣舞 提交于 2019-12-01 14:40:45
I have a very basic website with the potential for having hundreds of pages, and would like to have a the Facebook Like button on each one. However, before I do it, I would like to know the difference between inserting the Like button with, or WITHOUT using Open Graph META tags. I don't want each page that visitors 'Like' to become their own Facebook pages, but I WOULD like their 'Like' to show up on their wall so their friends can see it. Is the only real reason for using Open Graph to specify what exactly it is that you want to show up in the message and 'Like' post?? (example: 'Dave likes

Can I post on a friends' wall as “Open Graph Action” or I need a classic “wall post”?

拟墨画扇 提交于 2019-12-01 12:25:46
Open Graph permissions let the app publish "actions" on user's own timeline. If the app wants to post on friends' timeline does it need to post a good old "wall post" (publish_stream permission) ? Thanks As you can clearly see from https://developers.facebook.com/docs/authentication/permissions/#open_graph_perms there is no friends permission equivalent to 'publish_actions'. And it makes no sense at all to publish an action on behalf of a friend, because actions are ment to be undertaken by users themselves; take the object/action combo „book” and „read”, for example – what sense should it

Can I post on a friends' wall as “Open Graph Action” or I need a classic “wall post”?

我与影子孤独终老i 提交于 2019-12-01 11:54:32
问题 Open Graph permissions let the app publish "actions" on user's own timeline. If the app wants to post on friends' timeline does it need to post a good old "wall post" (publish_stream permission) ? Thanks 回答1: As you can clearly see from https://developers.facebook.com/docs/authentication/permissions/#open_graph_perms there is no friends permission equivalent to 'publish_actions'. And it makes no sense at all to publish an action on behalf of a friend, because actions are ment to be undertaken

w3c validator shows error for facebook open graph

微笑、不失礼 提交于 2019-12-01 10:59:24
I get 2 errors while validating my site in w3c validator. Line 7, Column 47: Attribute xmlns:og not allowed here. xmlns:fb="http://www.facebook.com/2008/fbml" > Line 7, Column 47: Attribute with the local name xmlns:fb is not serializable as XML 1.0. xmlns:fb="http://www.facebook.com/2008/fbml" > I guess it is related with Facebook open graph. I'm running my site on wordpress and using All in one SEO pack with Social features enabled. When Social feature is disabled, my site validates perfectly with no errors. Is there any fix to this problem? This is how it looks on site <!DOCTYPE html> <!--/

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

故事扮演 提交于 2019-12-01 09:27:51
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 ever seen this? How can Facebook be granted permissions, but not really get them? It's all to do with

can facebook open graph objects be created dynamically?

别等时光非礼了梦想. 提交于 2019-12-01 09:01:55
I am developing a facebook application. I have a custom object created in the open graph, below listed are few of my concerns Do every object instances under a specific object type require a unique web page? I am using JS SDK to post open graph actions, is there any rule that the object url("myobjectrul" in the below code) I use in the js function for eg: FB.api('/me/myapp:myaction' + '?myobject=myobjecturl&access_token=myaccessToken', 'post', { scrape: true }, function (response) { var msg = 'Error occured'; if (!response || response.error) { if (response.error) { msg += "\n\nType: " +

can facebook open graph objects be created dynamically?

只愿长相守 提交于 2019-12-01 07:42:37
问题 I am developing a facebook application. I have a custom object created in the open graph, below listed are few of my concerns Do every object instances under a specific object type require a unique web page? I am using JS SDK to post open graph actions, is there any rule that the object url("myobjectrul" in the below code) I use in the js function for eg: FB.api('/me/myapp:myaction' + '?myobject=myobjecturl&access_token=myaccessToken', 'post', { scrape: true }, function (response) { var msg =

get wrong ogtype in object debugger

帅比萌擦擦* 提交于 2019-12-01 06:33:50
问题 my tested page is here. http://smartphone.mn/news/2110 . I'm using facebook object debugger, Debugger return og:type = website and 4 Inferred property warning (og:url,or:img, og:description, og:image). How can fix this. Why object type return wrong? 回答1: You using OpenGraph meta-tags in a wrong manner. This is a code you have in page: <meta name="fb:app_id" content="..." /> <meta name="og:type" content="article" /> ... But the fact is you MUST use property named property instead of name to