Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Ok I am trying to publish an action on facebook from my mobile game.

I have set up an object (say "picture") and an action (say "draw") I have set up an external web page whose meta data describes the object "picture"

Now I send a post request from my game with parameters

  • access_token = token
  • picture = the external link of the object

The action is published. But not with the values I give in my external page's meta data. The action published has the values which i gave to the PREVIEW OBJECT of the object "picture"

In short, the action published takes its values (like og:title, og:image, etc) from the PREVIEW OBJECT of "picture" and not from the external link's meta data.

Hope that makes sense.

I'm pretty sure the solution would be something really simple, but I can't figure out what the problem is. Please help.

share|improve this question
I'm seeing exactly the same issue in my Facebook app. Did you ever solve it? I tried to set dynamic parameters in the "Edit Preview Object" form (under developers.facebook.com/apps/YOUR_APP_ID/opengraph/object_type/YOR_OBJECT_ID) but it's not accepting things like {og:title}, {og:picture}, etc....Any tips/ideas? – Andrés Pachon Aug 31 '12 at 14:44
still having this issue...any tips @SatheeshJM ? – Andrés Pachon Sep 2 '12 at 21:18
I THINK i solved this prob. I dumped that project, so don't actually remember. Will have a look and post a solution when I have the time. Bump me if I forget to come back. :) – SatheeshJM Sep 2 '12 at 21:35
Still waiting for your super cool answer @SatheeshJM :) – Andrés Pachon Sep 10 '12 at 15:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.