facebook-opengraph

Facebook debugger reports “Circular redirect path detected” (301) on certain website

末鹿安然 提交于 2020-01-04 06:06:13
问题 Why isn't the Facebook debugger able to parse http://www.brandenburg-business-guide.de/ ? It reports 301 Circular redirect path detected . However, there is actually no redirection in place. Also apache's access.log reports no retrievals by facebook. See https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.brandenburg-business-guide.de%2F and hit Debug button. 回答1: The page does not contain any OpenGraph meta tags. Check out the documentation. Facebook scraper expects the

Querying Open Graph objects and actions

本秂侑毒 提交于 2020-01-04 05:40:05
问题 I've created a few actions and object types for my application. For this question's purpose, let's assume I have an myapp:book custom type (where myapp is my application's namespace and book is the custom type) and a myapp:read action. Is is possible answer any of the following queries using Facebook's Graph API (or any other FB API)? List all objects of type myapp:book . By that, I mean retrieve a list all pages that FB's scraper has stored which have an go:type of myapp:book . List all

Open Graph object showing different with each story

若如初见. 提交于 2020-01-04 04:15:33
问题 Okay, I'm not sure if I'm doing something wrong in Open Graph, but here goes. I've got 3 stories in my Open Graph, which are three different actions linked to one object type. Make A Pledge To -> Cause Create -> Cause Log Expense For -> Cause Here is what the three look like in the sample section (I'm pretty sure they look like that in the actual timeline as well). Make a pledge to a cause: Create a cause: Log an expense for a cause: Is there a reason why the "make a pledge" layout is

Open graph issue with AngularJS + Phantom

若如初见. 提交于 2020-01-04 02:31:47
问题 I am running a setup of AngularJS AJAX application, and using PhantomJS and the Angular-seo library in order to serve the crawlers with actual mark up instead of JS code. Unfortunately I am getting an error that says: The privacy settings for this attachment prevent you from posting it to this Timeline. This seems to be an issue that concerns many users, bu has received no attention whatsoever at the developers community. My of meta tags, which I must mention that are all filled with the

How to like a Facebook page on android?

可紊 提交于 2020-01-03 06:21:12
问题 I have managed to "Like" a non-Facebook webpage, but when I try Liking a Facebook one, using OpenGraph, I get: Like actions are not yet supported against objects of this type. Is there any way to like a Facebook page using the Android Facebook SDK, not using a WebView ? 回答1: You can't directly like page. You will have to show that page in webView or native app. Then user will have to press like manually... It works like this to prevent manipulations on Fb counters. 回答2: I assumes you have

How to like a Facebook page on android?

社会主义新天地 提交于 2020-01-03 06:21:08
问题 I have managed to "Like" a non-Facebook webpage, but when I try Liking a Facebook one, using OpenGraph, I get: Like actions are not yet supported against objects of this type. Is there any way to like a Facebook page using the Android Facebook SDK, not using a WebView ? 回答1: You can't directly like page. You will have to show that page in webView or native app. Then user will have to press like manually... It works like this to prevent manipulations on Fb counters. 回答2: I assumes you have

facebook localization of hosted objects

纵饮孤独 提交于 2020-01-03 04:52:07
问题 This doc states that one can localize the hosted object by getting the objects id and doing POST to that object with localized values in params. But following that I do not get the described result. Instead new values replace old values and that's it. The flow is like this: Request apptoken for my app. Using that token POST to facebookgraphroot/app/objects/%objectType% with json string describing object in params. that perfectly creates my object and returns me the objects id. using above

List Open Graph nodes associated with a Facebook App

ⅰ亾dé卋堺 提交于 2020-01-02 23:44:48
问题 Assuming: I am an admin of a Facebook app I've associated some webpages to the app using Open Graph protocol meta tags, as described on Facebook's site I know or can acquire basic info about the app, such as its app ID Is there a way to get a list of all such associated pages? Whether by an API that Facebook exposes, or anything. EDIT: (further details for clarification) I'm talking about webpages (not Facebook pages) which are associated to a Facebook app by way of Open Graph meta tags. For

Facebook Open Graph Multiple objects per action

♀尐吖头ヾ 提交于 2020-01-02 17:25:08
问题 I have one custom action (add) and two custom objects (favorites list) and (tv show). I want to add TV shows to Favorites List and register it with the Facebook Timeline. I.E. these two objects are attached to the same action. I would like the news feed to read: "[Joe] added [Modern Family] to his [Favorites List]." I can't seem to figure out how to attach two objects to the same action and have them display in the timeline together. I can either do one or the other. Anyone have any

Facebook open graph private group feed request

允我心安 提交于 2020-01-02 07:09:09
问题 I want to get data from graph api, in particular I try to get timeline from a group. For example lets take a look at request provided on fb developers overview... https://graph.facebook.com/195466193802264 this returns a json with group info as expected https://graph.facebook.com/195466193802264/feed this should return group's timeline, but I get the error below { "error": { "message": "An access token is required to request this resource.", "type": "OAuthException", "code": 104 } } So I