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.

Let's say I had a "hugging" application that would let you say when you hugged one of your friends. What's the best way to set up the "person" object who receives the hugging action?

Ex: "hug" action -> "person" object - "George hugged Suzy"

The profile object seems like the best match, but doesn't seem to apply to facebook profile pages.

share|improve this question
Did you get this working? I'm working on something similar where I need the facebook profile to be the object. Any ideas? – Fahim Akhter Feb 7 at 11:18

2 Answers

It doesn't look like there is any suitable built-in Open Graph object type for a "person," and the profile type you found is for external profiles.

share|improve this answer

You may try this one: http://ogp.me/#type_profile and http://ogp.me/ns/fb#profile_id the profile_id might do the trick.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.