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 wonder how Facebook parse the status or comment. For example , when I post a status like this : "Let's have party @Tony, @Michel . 5pm at @Larry 's house."

You can see there are 3 User objects in the status : @Tony, @Michel, @Larry. But they are in different section in the status . How can you store the status in the database. I have an idea :

Let's have party <user><name>Tony</name><uri>/user/1/</uri></user>, <user><name>Michel</name><uri>/user/2/</uri></user> . 5pm at <user><name>Larry</name><uri>/user/3/</uri></user> 's house."

But I have problem while parsing the status in client side. Have you got any idea or experience ? Thank you very much.

share|improve this question

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.