Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The open-graph-beta tag has no wiki summary.
0
votes
0answers
18 views
map layout highlighted points
I am posting an Open Graph story. The posted object has GeoPoint array which correctly displays the route. The object also has a single GeoPoint property, which is selected as highlighted point in ...
0
votes
0answers
8 views
Wordpress plugin Questions - disabling buttons on pages?
RE: Facebook Wordpress Plugin
Is there an easy way to disable the like and send buttons on particular pages?
I have both like and send buttons on a group of pages where there is a left sidebar. When ...
0
votes
0answers
75 views
my code is executed before the end of getting my xml
i'm working on an windows 8 metro apps and i'm working on VS Ultimate.
i succeded to get the XML on a webpage and i wanna parse it with LINQ to XML.
when i do it with a local xml file, it is working ...
1
vote
1answer
684 views
Facebook Open Graph - Adding Actions, [closed]
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.
22
votes
3answers
1k 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 ...
2
votes
2answers
160 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 ...
0
votes
1answer
218 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 ...
1
vote
2answers
2k 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": ...
0
votes
1answer
565 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:
...
1
vote
0answers
176 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 ...
0
votes
1answer
341 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
266 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 ...
2
votes
3answers
1k 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 ...
0
votes
1answer
78 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
1answer
1k 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
694 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
476 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 ...
1
vote
0answers
112 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 ...
0
votes
1answer
279 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 ...
1
vote
0answers
209 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
186 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 ...
2
votes
0answers
534 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 ...
2
votes
2answers
3k 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 ...
1
vote
1answer
143 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
250 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 ...
15
votes
2answers
2k 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 ...
2
votes
0answers
453 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 ...
0
votes
1answer
250 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 ...
1
vote
1answer
324 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 ...
0
votes
1answer
524 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
164 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
1
vote
0answers
119 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
246 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
1k 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 ...
0
votes
0answers
188 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 ...
1
vote
1answer
219 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 ...
2
votes
2answers
1k 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
547 views
Timeline plugin issue in Wordpress
I tried to use the timeline plugin and post to my timeline using this tutorial. and everything worked as a charm. The problem occurred when I tried to implement the same to my Wordpress blog. The ...
0
votes
1answer
135 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?