facebook-opengraph

Facebook Open Graph No Image First Time

不羁岁月 提交于 2019-11-28 09:04:43
I'm trying to configure a share/send button with a link. I've properly configured the open graph image tags on a page, but when opening the share/send dialog for the first time, the image doesn't show. Without refreshing the page, opening the share/send dialog for the second time, the image will show. The URL of the page and the images are all in HTTP (instead of HTTPS). I can't simply use the URL-Linting tool as the page will have a unique URL. The website is about sending virtual flowers to people and so the page to be shared is freshly generated. Would really appreciate some help :) Found

OAuth Error: This IP can't make requests for that application

て烟熏妆下的殇ゞ 提交于 2019-11-28 08:25:32
I just started to get random This IP can't make requests for that application. errors with my app. My server's IP address is on my whitelist from my app's settings, and it was working perfectly, but I randomly started to get this error. I've checked my server's IP (even though I already know it's static), I've removed all the entries in the whitelist, but none seem to work. Weird enough, I can test the exact same code from my home and it works! What could be the cause of the problem? This wasn't happening even a few minutes ago, but now I'm getting an error at my server. Thanks, Can. UPDATE :

Embedding video player html5 iframe in facebook share like YouTube

此生再无相见时 提交于 2019-11-28 06:02:51
When something is shared from youtube to facebook, facebook is now showing the youtube html5 player. If you look up one of their urls ( https://www.youtube.com/watch?v=uuS5ZyQhvsk ) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one. I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense: Share has playable media but will not play

Facebook like button is asking to confirm the action

我只是一个虾纸丫 提交于 2019-11-28 05:51:35
To begin with, I've already read the following topics: Facebook Like without Confirm? Facebook Like button shows the "Confirm" link, but still cannot Like after confirming Including this topic: https://stackoverflow.com/questions/8940749/facebook-likeconfirm-button There are at least 25 apps hosted under dev.anuary.com host, sub domain of anuary.com . Neither of them ask for "like" action to be confirmed. Worth mentioning, is that there is another website ( http://sinonimai.lt ) hosted on the same host, that had a fan base of 10 000+ people and was recently disabled by Facebook. I didn't

Facebook - Error parsing input URL, no data was cached, or no data was scraped

余生颓废 提交于 2019-11-28 03:04:17
问题 After research I found that alot of people facing the same issue. But so far I don't solution, this happened after I switch my server to linode.com lets take an example. www.acemark2u.com is one of the website hosted under the linode server, when I try to debug in https://developers.facebook.com/tools/debug/og/object/, it just couldn't fetch the scrape information correctly, and if I try with one of the page www.acemark2u.com/about-us, it just show me the error "Error parsing input URL, no

Addthis default facebook image

旧城冷巷雨未停 提交于 2019-11-28 02:20:03
I have a problem when i'm trying to share mi content page with Addthis. When i try to share the page, the sharing popup doesn't get the image of the article, the share is getting all the images in the article. i have in the headers: But even with that doesn't work, someone can help me with this? You need to have og:image tag specified like this: <meta property="og:title" content="AddThis Smart Layers: Personalizing the Web" /> <meta property="og:image" content="http://farm6.staticflickr.com/5486/9262576856_3e294841e2_o.png" /> <meta property="og:description" content="Introducing the next

Facebook Open Graph and Metatags

荒凉一梦 提交于 2019-11-28 02:16:21
问题 I have the following output at https://developers.facebook.com/tools/debug I added the locale metatag, because I had a lot of Extraneous Property errors. But that does not solve it. Extraneous Property: Objects of this type do not allow properties named og:latitude Extraneous Property: Objects of this type do not allow properties named og:longitude. Extraneous Property: Objects of this type do not allow properties named og:region. Extraneous Property: Objects of this type do not allow

Multiple Facebook opengraph objects on the same page

折月煮酒 提交于 2019-11-27 20:54:14
I have a page where users must initiate actions on multiple objects, but Facebooks design limits you to just one object per page using the required meta property tags. Has anyone found a solution to this problem? Simon Cross The Open Graph uses the URL as the object identifier, so its not possible to have several objects on one page, the page is the object. Instead, you'll need a URL for each object, and that URL's HTML should contain the correct OG markup. You can put multiple like buttons on one page, and make them point at each of your objects by specifying the 'href' parameter for each

Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?

孤街浪徒 提交于 2019-11-27 19:55:27
How would I access when a user (and a friend of a user) adds a song to a playlist, or stars a song in Spotify, Rdio etc? http://graph.facebook.com/me/music.listens http://graph.facebook.com/me/music.playlists You have to get the user_actions.music permission before you can read those. The correct permissions is user_actions:music, not a dot. user_actions:music user_actions:video user_actions:news http://graph.facebook.com/me/music.listens http://graph.facebook.com/me/music.playlists Those 2 endpoints still returns empty arrays. 来源: https://stackoverflow.com/questions/7540124/using-open-graph

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

烈酒焚心 提交于 2019-11-27 16:50:31
问题 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