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.

How can I create a link to a specific post on a wall from a FBML page? Like when you have a FB notification, click on it, and only the specific post (with its comments) is shown.

share|improve this question

1 Answer

If you need to manually get a direct link to one specific wall post then just click on a time label under the post (the one that says how long ago this post was made) and it would go to a separated page for this post, which url you can copy and distribute.

If you need to generate this link automatically then when you post to a wall through API it should return your post_id that you would need to compose direct link.

share|improve this answer
1  
Brilliant, I didn't know this! – lucaferrario Nov 27 '12 at 18:04
A very nice tip! – darkstar3d Apr 6 at 12:44

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.