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.

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 currently possible to do this and if not, does anyone know if there are plans to allow this in the future?

share|improve this question

2 Answers

up vote 1 down vote accepted

The best I have found for "x sent y a photo" is to define an object photo on facebook with additional property whose name is "To" and type is "Profile".

share|improve this answer

Just use the arg. ....&tags[]=USERID1&tags[]=USERID2... While publishing the action.

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.