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.

My setup: Facebook C# sdk, MVC 2, Facebook Canvas Application, Windows Azure Hosting

I've setup an Object and Action using the new Open Graph tools for my Facebook Application. And can successfully POST/Publish to the action using:

enter image description here

In the dynamic result parameter I get this returned:

[id, 204223079646743],

How does this id field relate in the context of the Open Graph? What can I do with it? Can I receive more than one of these id fields from Facebook ? Should I cater for that?

Cheers Rob

share|improve this question

1 Answer

Although I don't know the api call to do it, I believe the id returned can be used in graph calls to get more information (likes, comments, etc). Try putting the id into Facebook's graph explorer and see what you can get from it.

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.