Questions tagged [open-graph-beta]

36 questions
22
votes
3 answers

Retrieve the list of friends that did a custom action on a custom object in open graph 2

I would like to do something like facepile using the graph api with open graph 2 actions : from a custom object and a custom object, give me the friends (using my facebook application) that did this action on this object. The problem is that using…
15
votes
1 answer

How to get all the Open Graph Beta actions generated by an app?

It is already possible to get all actions for custom app actions and objects: https://graph.facebook.com/me/{appNameSpace}:{action}/{object} This will list all the actions generated by an app, but only for a given user... How do I get all the…
Benoit Hediard
  • 334
  • 1
  • 3
  • 8
7
votes
1 answer

Open Graph meta tags are inconsistently missing from instagram post's link response

I am putting link previews in my web app. I'm using nodejs in backend to retrieve og properties (like site_name, description, image, title, etc). Links of YouTube and other stuffs works fine but with Instagram's link, the Open Graph meta tags are…
4
votes
2 answers

Is the meta fb:page_id still alowed on a website ?

I'm implementing Open Graph on website. As mentionned on Facebook insights documentation, it's allowed to put meta like this one : meta property="fb:page_id" content="your_page_id" But the Facebook debugger tool showed an error : Extraneous…
Raphaël Hunold
  • 51
  • 1
  • 1
  • 5
3
votes
3 answers

Error using news.reads Open Graph action

I'm trying out the new Open Graph actions to build functionality like the Washington Post Social Reader. I created OG pages of type "article" and posted "news.reads" action to them. I verified that the pages are valid OG objects using the OG…
3
votes
0 answers

While sharing link, it's showing default or blank

Open graph is not showing while sharing link it's show default or blank.. I want to set it as dynamic for each page. async asyncData({ route, app }) { const appData = await 'my API call for data' if (appData) { return { pageTitle:…
2
votes
2 answers

Open Graph action with two people

I have been looking through to Open Graph documentation and I haven't come across actions that can be defined for multiple users. For instance, x ran a route with y, or x sent y a photo. Is it currently possible to do this and if not, does anyone…
Tim van Dalen
  • 1,470
  • 3
  • 21
  • 41
2
votes
2 answers

Implementing Facebook wishlist tutorial Application Does Not Own Action Type Error

I am working through the Facebook Wishlist app for Android. When I attempt to add my custom object to the Facebook graph the API returns the following error: { "error: { "type": "OAuthExeption", "message":"(#100) Application…
2
votes
0 answers

Facebook Open Graph Actions And Objects Confusion

I am having trouble creating actions and objects for my game. I click the "Create New Object Type" button. I add an object type, we'll call it "Recipe". I click "Create New Action Type" button. I try to create "Cook" Action Type. I type "recipe"…
James Grigley
  • 83
  • 1
  • 8
2
votes
0 answers

Anyone know the starting password for Auth Dialog Preview user?

I'm working on the Facebook Open Graph Beta and I am having a problem. Typical test users set up in code do not get assigned the "publish_actions" permission, no matter what you do. So, I saw that under roles, FB added an "Auth Dialog Preview User"…
Matthew Pitts
  • 809
  • 1
  • 8
  • 13
2
votes
2 answers

Open Graph Beta: Add Data to Profile URL

In the new Open Graph Beta Auth Dialog does the "Add Data to Profile URL" essentially serve as the callback URL where Facebook will send the user after they click the "Add to My Timeline" button? In a related question, will clicking the "Add to My…
Bill Scheurer
  • 143
  • 1
  • 2
  • 9
1
vote
0 answers

Trying to implement the Facebook Wish List demo in Android

The Wishlist Facebook app example is supposed to demonstrate adding custom objects to the Facebook open graph. I have managed to get the application so that it runs and creates a Facebook object with a graph ID. The problem is I don't see any of the…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
1
vote
2 answers

How to provide information in the html link for Facebook open graph api call of "property name" when posting trying to post an action

I am trying to create an html object dynamically with the necessary header information depending on the query string in the link I provide to Facebook. I am hoping that Facebook open graph will call this html link as I provided. However it seems…
1
vote
0 answers

Built-in Actions not showing up

I know that there are some built-in objects (episode, article, tv show) and actions (watch, read , play , listen) http://developers.facebook.com/docs/beta/opengraph/objects/builtin/ But I'm not being able to add them within my app. The only objects…
Francisco
  • 51
  • 3
1
vote
1 answer

Default "use" action and "website" object being created automatically

What is the default "use" action mean for Open Graph? I deleted the action multiple times but it keeps coming back, along with the "website" object. Also, according to the Open Graph section of insights, there are hundreds of these actions happening…
James Hartig
  • 1,009
  • 1
  • 9
  • 20
1
2 3