Questions tagged [open-graph-beta]

36 questions
1
vote
1 answer

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 application where I cannot use it. Is this a bug,…
K20GH
  • 6,032
  • 20
  • 78
  • 118
1
vote
1 answer

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 permission. What I want to find out is that if we can…
1
vote
1 answer

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 user (who is already authenticated with "Add to…
Nathan Chase
  • 2,071
  • 2
  • 18
  • 15
1
vote
0 answers

How to add meta tags correctly in next js Head component?

The meta tags inside my Head component are not recognized by LinkedIn inspector but when I check the html all tags are where they are expected to be. Can someone explain how it works, please? Full Stack Developer
Leo
  • 481
  • 2
  • 9
  • 20
1
vote
0 answers

Can I create Dynamic Meta Images using a custom URL and an image?

I came across a tool that can dynamically change the image if you change the name at the end of the picture URL. e.g., https://img1.niftyimages.com/3kw/eoto/qwjd?name=john%20smith What I would like to do, is send john smith something…
c0tt
  • 17
  • 1
1
vote
0 answers

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 Open Graph -> Stories -> Story settings -> Edit…
Niksa O.
  • 11
  • 2
0
votes
1 answer

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 app. is this information stored somewhere in the…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
0
votes
1 answer

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…
uhbl92
  • 41
  • 1
  • 8
0
votes
1 answer

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 is one entity that might fit in such use which is…
Omar Al-Ithawi
  • 4,988
  • 5
  • 36
  • 47
0
votes
1 answer

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 "baking a cookie" on my App So I define the…
Ro Bo
  • 1
  • 1
0
votes
1 answer

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 these are: Numbers: Header, {number selector}…
borisdiakur
  • 10,387
  • 7
  • 68
  • 100
0
votes
1 answer

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 in a restaurant via the timeline for the next…
borisdiakur
  • 10,387
  • 7
  • 68
  • 100
0
votes
1 answer

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 true as a response, as you do. I can update first-level…
Julio Santos
  • 3,837
  • 2
  • 26
  • 47
0
votes
1 answer

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 calls me properly both time: 69.63.181.244 - -…
0
votes
1 answer

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