open-graph-protocol

Facebook sharer showing (almost) always the wrong author

巧了我就是萌 提交于 2019-12-07 01:09:32
问题 I can't understand why Facebook sharer keeps showing the wrong article's author when sharing articles of my website. (Of course I always use Facebook Debugger before sharing). Take this article as an example: although it is clearly written by Francesca Aloisio, it keeps showing (when shared) "by Virginia Vigliar". Facebook Debugger reports: <meta property="article:publisher" content="https://www.facebook.com/wordsinthebucket" /> <meta property="article:author" content="https://www.facebook

Object Debugger gives me Extraneous Property And Inferred Property error on opg

可紊 提交于 2019-12-06 14:55:07
I have everything right in my header. I followed the Dev Doc for adding my location and address to my header but I get these warnings. Can someone tell me what I am doing wrong? Extraneous Property Objects of this type do not allow properties named og:language. Extraneous Property Objects of this type do not allow properties named og:email. Extraneous Property Objects of this type do not allow properties named og:phone_number. Extraneous Property Objects of this type do not allow properties named og:fax_number. Extraneous Property Objects of this type do not allow properties named og:latitude.

Can't get access token for a facebook page for an application that has all the right permissions

不想你离开。 提交于 2019-12-06 14:51:51
问题 SO community, I am stuck in my attempt to have an application post automatically to my Facebook page. These are the steps I took: A) I authorized my application for all my facebook pages and granted permissions offline_access, publish_stream and manage_pages using https://www.facebook.com/dialog/oauth?client_id=<app_id>&redirect_uri=<url>&scope=read_stream,publish_stream,manage_pages,offline_access,publish_actions B) I requested the access token for the application with those permissions

facebook opengraph not updating and other questions

橙三吉。 提交于 2019-12-06 08:43:53
I'm having a problem using Facebook's OpenGraph. I'm attempting to implement timeline features into my application. However, when try changing my meta tags to change the tile of my object, the changes are not reflected. When I pass my url into the debugger tool facebook offers, it displays that my OG object is still using the old data, as opposed to the new data. However, the weird thing is the raw properties show my changes. How do I get facebook to update the OG object? Another problem I'm having is that when I make changes to my actions, facebook isn't properly updating it. When I reopen

article:publisher meta tag cannot be parsed as profile

旧街凉风 提交于 2019-12-06 06:43:17
According to this update... https://developers.facebook.com/blog/post/2013/06/19/platform-updates--new-open-graph-tags-for-media-publishers-and-more/ ...I thought article:publisher (with page ID or URL) would put a like button for the representative page when shared links are posted to walls? The debugger seems to think differently... what am I missing? Debugger info: Object at URL 'http:// domain.com/post/' of type 'article' is invalid because the given value 'http:// www.facebook.com/mypage' for property 'article:publisher' could not be parsed as type 'profile' article:publisher is for

Facebook Open Graph Protocol on Tumblr

偶尔善良 提交于 2019-12-06 02:48:05
When a link from my Tumblr blog is posted on Facebook, Facebook grabs the title between the title tags and not the one specified in the Open Graph meta tags. Why is it doing this? Is there any way to fix it? Without seeing the code, I'm not sure what you're problem is exactly, but for anyone else searching for this looking for how to set up Open Graph on their blog, try doing something like this: <!-- FACEBOOK OPEN GRAPH --> <!-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--> <meta property="og:site_name" content="{Title}"/> {block:PermalinkPage} <meta property="og:url" content="{Permalink}

Facebook sharer showing (almost) always the wrong author

六眼飞鱼酱① 提交于 2019-12-05 04:44:33
I can't understand why Facebook sharer keeps showing the wrong article's author when sharing articles of my website. (Of course I always use Facebook Debugger before sharing). Take this article as an example: although it is clearly written by Francesca Aloisio, it keeps showing (when shared) "by Virginia Vigliar". Facebook Debugger reports: <meta property="article:publisher" content="https://www.facebook.com/wordsinthebucket" /> <meta property="article:author" content="https://www.facebook.com/francesca.aloisio.397" /> I just can't figure out why. N.B. I use Wordpress SEO by Yoast. Why are you

Can't get access token for a facebook page for an application that has all the right permissions

早过忘川 提交于 2019-12-04 18:22:51
SO community, I am stuck in my attempt to have an application post automatically to my Facebook page. These are the steps I took: A) I authorized my application for all my facebook pages and granted permissions offline_access, publish_stream and manage_pages using https://www.facebook.com/dialog/oauth?client_id=<app_id>&redirect_uri=<url>&scope=read_stream,publish_stream,manage_pages,offline_access,publish_actions B) I requested the access token for the application with those permissions https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=<app_id>&client