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.

Can someone tell me what happens when i enter a link into the Facebook Status Update Form and it loads up a mini info kinda thing of the website (I'm guessing its RSS or something?) How do i implement this on my site using PHP?

What do i need to learn to be able to implement that?

share|improve this question

1 Answer

up vote 2 down vote accepted

It scrapes the page you are linking to. It doesn't have anything to do with RSS.

By looking at the HTML of the page it can get the page title for you and find all the images that can be used as a thumbnail.

Take a look at HTTP or cURL in the PHP manual for methods to get webpage content.

share|improve this answer
Thanks a lot... – Sussagittikasusa Nov 3 '10 at 5:45

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.