facebook-opengraph

Permission denied error in all.js

霸气de小男生 提交于 2019-12-28 13:22:24
问题 I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. It's working fine on Chrome, Safari and Firefox but its giving error on IE8. the error is in all.js line 22 {FB.UIServer._loadedNodes[a.id]=b;if(a.params)b.fbCallID=a.id; Please help me if any one knows why this problem is occuring . Thanks Udham 回答1: Try this out. It worked for me, may help some

Open graph protocol not working in whatsapp

筅森魡賤 提交于 2019-12-25 12:45:19
问题 I Follow the below open graph meta tags to show thumbnail on sharing. It works perfectly in facebook but not in whatsapp <meta property="og:site_name" content="Hahaa haa"> <meta property="og:title" content="Haaha haa - Music Player" /> <meta property="og:url" content="http://13.126.57.106/aiyoapp/public/" /> <meta property="og:description" content="Haaha haa Music Player is used to share"> <meta property="og:image" itemprop="image" content="http://13.126.57.106/aiyoapp/public/images/ha_thumb

Convert my Site to Facebook Graph Object

泄露秘密 提交于 2019-12-25 09:59:33
问题 I included Open Graph Tags to convert my web page to a Facebook page so that if I like my web page, it should appear in Likes & Interests in my Facebook profile. But its not working. Following are the open graph tags i am including: <meta property="og:title" content="Proto"></meta> <meta property="og:url" content="<?=SITE_URL?>"></meta> <meta property="og:site_name" content="Proto"></meta> <meta property="og:description" content="Lets you create prototypes for web apps." /> <meta property="og

Facebook shares wrong image/thumbnail

南笙酒味 提交于 2019-12-25 09:38:48
问题 I have a problem when sharing a post on our social microblog www.legendaily.com that the share-image on facebook is wrong - it takes 3 images, the first (which 99% will share) is an empty image, the 2nd is our logo and only the 3rd is the one we reference in the og:image -tag. I searched here and on Google but did not find anything apart from "use og:image - which we already do. Here is a link to test: http://www.legendaily.com/whatshot/zuckerwatte_dance_mmmmhhh_hungry_http_www_chilloutzone

Associating open graph action with multiple objects & caption template

萝らか妹 提交于 2019-12-25 06:54:27
问题 Currently I am building a site with a Facebook Open Graph integration. One complication I have is since user can do seemingly similar actions to different objects on our site, it is easy for us to define different action for each similar actions. However, it seems like Facebook is not allowing ( or at least not liking ) for one site to have multiple similarly looking actions. For instance, let's assume that user can both 'buy' a car, and 'buy' an insurance in our site. Although, on surface,

Facebook won't approve action

久未见 提交于 2019-12-25 05:22:07
问题 I'm trying to create an Open Graph action but whatever action I use Facebook forced me to submit it for approval. They ask me to supply instructions to publish actions on my website. I do, but I receive this message (below). I've gone through the instructions myself and it's working perfectly. What I think Facebook wants is for the instructions to include a Facebook test account, but Facebook only allows admins and developers to use unpublished actions, so this isn't possible. What's more is

Why is Open Graph Built-In Like not working anymore?

久未见 提交于 2019-12-25 05:09:35
问题 I've created a Facebook App and Open Graph Action "Like" for Object (this might be the global like action for any kind of information). I just want to get this format on Recent Activity, using a simple Like Button: "USERNAME" likes "OG:TITLE" on APPNAME Im using this code: <meta property="fb:app_id" content="**" /> <meta property="og:type" content="article" /> <meta property="og:url" content="**" /> <meta property="og:title" content="**" /> <meta property="og:image" content="**" /> And

Create read action as custom one?

佐手、 提交于 2019-12-25 05:06:58
问题 I know there is a inbuilt action called news.reads but I need to create the same action as I need to have my application name on the activity items, can I create same Read action as custom one?. 回答1: Just use the built-in read action. It will attribute it to your app anyways. 回答2: If you create a custom read action, Facebook will reject it when it comes to approving the action. Something along the lines of: Your Action failed the criteria: You are trying to submit a custom action which is not

How to publish 'X is playing MyGame' on news ticker in Facebook?

☆樱花仙子☆ 提交于 2019-12-25 04:17:12
问题 When my friends are playing Facebook-based games, I see "Friend's Name is playing Game's Name" in the news ticker. How can I achieve the same functionality for an iOS Game? Is there a special way of doing this, or is it just done using the Open Graph actions and objects? 回答1: Those are automatic 'discovery stories' - you can't post them manually 来源: https://stackoverflow.com/questions/12181625/how-to-publish-x-is-playing-mygame-on-news-ticker-in-facebook

Access-Control-Allow-Origin Error when trying to add open graph meta tags dynamically via Firebase functions

a 夏天 提交于 2019-12-25 04:01:24
问题 I'm trying to add open graph meta tags dynamically to my index.html using firebase functions. I'm following this tutorial but because I'd like to allow users to share on their facebook I need to add open graph meta tags on-demand when user wants to share content. So, it seems to me that running the function via rewrite in firebase.json is not best solution here and I'd like to call the function when user wants to share content to Facebook. I try to use CORS but it seems I get the "Access