The open-graph-beta tag has no wiki summary.
10
votes
1answer
345 views
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 ...
9
votes
2answers
164 views
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 ...
3
votes
1answer
506 views
Facebook Publish to Timeline - Requires extended permission: publish_actions
I am trying to create an action on an article so when a user, who has authorised the app lands on article, it publishes the fact they've read the article to their timeline.
This works for me without ...
2
votes
2answers
33 views
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 ...
2
votes
1answer
144 views
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 ...
2
votes
0answers
58 views
Anyone know the starting password for Auth Dialog Preview user? [closed]
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 ...
1
vote
1answer
87 views
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": ...
1
vote
0answers
49 views
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 ...
1
vote
0answers
31 views
OAUTH permissions to see open graph protocol posts in feed
My application reads peoples' walls. To do this I requested read_stream. I recently posted a comment from a third party website using the open graph feature on that site. I see my comment on my ...
1
vote
0answers
70 views
Can testers, administrators and developers add an app to their Timeline and publish actions?
I have created a new app using Facebook's new Open Graph Beta and I can publish actions to my Timeline. So easy.
Developers, testers and administrators can click the Add to Timeline button and give ...
1
vote
0answers
157 views
Getting Open graph Beta app approved for general use
Just wondering in order for us to get Open Graph Timeline integrated apps requiring the publish_actions permission approved and open for public use what actions do we have to take?
Is it just gettign ...
1
vote
0answers
56 views
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 ...
1
vote
1answer
135 views
Timeline past and present action “recent” aggregation mixing
I have the Action "completed" for the Object "race" setup like this:
Past: John Doe completed Example Race
Present: John Doe will be competing today in Example Race
The problem is when I post an ...
1
vote
0answers
64 views
Possible to add open graph object thats inside apps.facebook.com
I am using the new facebook open graph API (in beta). In the sentence, posted on someones wall, "george eats an Apple on appleeater". I would like to link Apple to ...
1
vote
1answer
164 views
Facebook Open Graph Beta - Can't create action because I already use it
The new Open Graph beta is telling me that I cannot use the action 'want' or the object 'item'
I have used them in previous applications, however these have since been deleted and I've created a new ...
1
vote
1answer
430 views
callback for add-to-timeline plugin?
When a user comes to my website and tries to allow publish_action permission, he will click on the 'add-to-timeline' plugin button.
Then a popup dialog appears and user will allow the required ...
1
vote
2answers
548 views
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 ...
0
votes
1answer
198 views
Facebook Open Graph - Adding Actions,
I keep getting this error
Aggregations were not properly set up for this Action Type. Please ensure that Aggregations are created and populated with sample data.
0
votes
1answer
47 views
Generate List of custom Actions Taken by a specific user in my app
Hi I've developed a Facebook app that allows user to take custom actions that result in custom open graph objects. I would now like to generate lists of what actions specific users have taken in my ...
0
votes
1answer
111 views
Unable to publish sample open graph as per instructions
Followed exact instructions as per :
http://developers.facebook.com/docs/beta/opengraph/tutorial/#publish
and am getting 'error occurred' error
What could be going on? the code is as follows:
...
0
votes
1answer
53 views
How to represent a post/comment as objects in open graph?
One limitation in Open Graph that it accepts only real-world objects like: Movie, Author, News and Band. I would like to use with more non-real-world objects like a post, question or a comment.
There ...
0
votes
2answers
91 views
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 ...
0
votes
1answer
43 views
It is possible to define a large amount of specific open graph actions?
it is possible and/or useful du define a big amount of specific Actions in a Facebook Application?
e.g.
First way, generic action: do
User A does "cooking italien spaghetti" on my App
User A does ...
0
votes
0answers
71 views
How to handle open graph object-types categories?
ive a question about new Open-Graph Object-types.
What is the best way to define objects?
In my Application Database all objects are organized in a hierarchical tree.
e.g.
Video->TV-Show->Comedy...
...
0
votes
0answers
138 views
facebook open graph publish action error Type: OAuthException Message: (#15)
I have watched this seems a fb official open graph tutorial video. which is almost just a video version of official tutorial:
http://developers.facebook.com/docs/beta/opengraph/tutorial/
...
0
votes
1answer
138 views
Facebook Open Graph Aggregation with Layout Style Map
I didn't find any documentation on how to create an aggregation with Layout Style Map. There are some input fields in the og app settings I don't understand what they are for.
For single actions ...
0
votes
0answers
366 views
facebook add to timeline
i'm adding a feature on my site whereby whatever comments the user has read, it will be automatically be fed to their timeline.
i'm doing a tutorial exactly the same as the one given in the facebook. ...
0
votes
1answer
130 views
How do I create a Facebook Open Graph action on the Timeline which lies in the future?
I know I can create an action in the present and in the past. But is it possible to create one which lies in the future? For example I would like the users of my app to be able to make an appointment ...
0
votes
0answers
60 views
I'm doing the Recipe Box tutorial and most of it simply doesn't work. Has anyone else experienced this?
I'm trying to learn Open Graph Beta using FB's Recipe Box tutorial to add actions to my timeline. I downloaded their complete html file, replaced the YOUR_APP_ID etc info, and uploaded it to my ...
0
votes
1answer
89 views
Check if User Added Action to Timeline
I have a website with articles. When a user has authenticated an application and gone to an article, it posts that "X has read Y on Z" to their profile/timeline
This is all well and good but if they ...
0
votes
0answers
42 views
Several meta page_id are allowed?
Is it allowed to have a meta page_id with several value ?
Something like :
<meta property="fb:page_id" content="ID_main_domain,ID_subdomain1" />
<meta property="fb:page_id" ...
0
votes
0answers
225 views
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 ...
0
votes
2answers
409 views
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 ...
0
votes
1answer
41 views
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 ...
0
votes
0answers
75 views
Open Graph Beta: Hosting OG Objects on other host names
I am working on developing a canvas application which will publish Open Graph actions.
I'd like to host my Open Graph objects on a separate host name from the host name which is serving my canvas ...
0
votes
0answers
20 views
Is it possible to add a dialog box to the buttons created for opengraph actions
I followed the Recipe Box tutorial and created a lovely little website with 3 "actions" (Cooked it, faved it, tried this) in the form of buttons for each recipe "object" - as per the tutorial.
When ...
0
votes
1answer
92 views
Updating action properties which are objects
Is it possible to update an object property of a published action? I tried POSTing to:
https://graph.facebook.com/ACTION_ID?OBJECT_PROPERTY=OBJECT_URL
&access_token=VALID_ACCESS_TOKEN
I got ...
0
votes
0answers
80 views
Does Open Graph allow multiple levels of actions in a single post?
I'm new to Facebook development and trying to make an app that allows checking in to events. It doesn't appear that the Graph API supports this but Open Graph Beta seems to have enough flexibility ...
0
votes
0answers
149 views
What should I do to try Enhanced Auth Dialog including aggregation previews?
What should I do to try Enhanced Auth Dialog including aggregation previews?
Open Graph Beta › Auth Dialog
http://developers.facebook.com/docs/beta/authentication/
Settings > Advanced > Enhanced ...
0
votes
1answer
232 views
OpenGraph linter can't find the url or can't read the meta tags
I have this weird error where sometimes the FB linter grabs my content but says it can't find the meta tags while sometimes it says it can't find the content at all.
I checked my apache logs and FB ...
0
votes
1answer
68 views
Open Graph Beta / Meta Tags
do you have to add og meta tags manually to each webpage?? I have a website that has lots of seperate articles and I need a way to automatically create the og tags
Thanks
0
votes
0answers
78 views
Facebook Like multilingual, Open Graph Beta
It seems with Facebook Open Graph Beta, we can use multilingual open graph metadata as described here http://developers.facebook.com/docs/beta/opengraph/internationalization/
Is there similar feature ...
0
votes
0answers
111 views
How to manage FB app deployment with Open Graph Action and Object types?
It appears that the only supported way to create Open Graph Action and Object types is to manually enter them into the dev app. Since the set of types exposed by an app changes with an application ...
0
votes
0answers
77 views
How do I read a users music that has been “listened” to?
If I've already gotten the friends_actions:music permission from a specific user, as documented here, how do I read the "listens" of a specific friend?
IE, how do I read the spotify music of one of ...
0
votes
1answer
152 views
Using Open Graph Beta, how do you post that two Facebook users are friends within in an app?
In our app, you can be friends with each other (just like you can be friends on Facebook).
Is it possible to use the Open Graph Beta to post an update in the News Feed, Ticker, and Timeline that a ...
0
votes
1answer
347 views
Timeline plugin issue in Wordpress
I tried to use the timeline plugin and post to my timeline using this tutorial - https://developers.facebook.com/docs/beta/opengraph/tutorial/ and everything worked as a charm. The problem occurred ...
0
votes
0answers
152 views
Is there any way to retrieve music listens via graph api or FQL? [closed]
Possible Duplicate:
Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?
I'd like to be able to grab my recently played tracks as well as my friend's ...
0
votes
1answer
104 views
New Open Graph Beta meta tags?
I cannot find confirmation on any of the docs pages - does the new Open Graph Beta include new meta tags, other than those defined on the OGP page?