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.

As I understand, to comment on a post. I need the id of the post. But for my case, I want to know the post id before posting the message. Is this possible? Right now I use FBRequestConnection to post a message to the wall. But I want the id to be included in the message, because there will be an url scheme to open my app.

share|improve this question
1  
"Is this possible?" - not quite. The post ID is created by the server after it has successfully processed the request. – H2CO3 Dec 22 '12 at 16:41
If this isn't possible I am thinking that the only way to do it would be to create 2 separate posts. And add the url scheme on the second one which got the id of the first one. Maybe this would be a possible solution? – WingYn Dec 22 '12 at 17:07

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.