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 have looked all over the website and didn't get anything.

What I'd like to do is, i have a facebook page, and i want to display latest post in my website footer page using php. i just want to display only post description and time from facebook in my formatted css. tweeter provide same facility but i am not sure about facebook. please help to configure it in my website

Thanks in advance.

Bijvani

share|improve this question

1 Answer

up vote 1 down vote accepted

I suggest you take a look at the HybridAuth library.

http://hybridauth.sourceforge.net/ http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html

After initializing Facebook Adapter, it's just a matter of querying the desired object with Facebook API

http://developers.facebook.com/docs/reference/api/

share|improve this answer
thanks last link is working – Sumit Bijvani Dec 16 '12 at 8:05

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.