Page 1 of 1

Facebook integration

Posted: Tue Feb 10, 2009 4:04 am
by samsolomonraj
Hi to all,

I need to integrate facebook to my site. From my site i need to login facebok and download the content from it. But i don't know how to do. Any API support this??? If you know please reply me..

Thanks in Advance,
Sam...

Re: Facebook integration

Posted: Tue Feb 10, 2009 4:11 am
by jothirajan
No one will help you da...

Re: Facebook integration

Posted: Tue Feb 10, 2009 1:44 pm
by defox
it's for sure not the best solution, but it's should work.

in your site you should get the facebook's password of the user, using simple form.

after that, post it to facebook login page(you can find it easlly by viewing the source file of the facebook's login page) with xmlHttpRequest using post method.

and then you get the profile/home page of the user, you need to check it out.
after that you parse what you want...

about the facebook's API,
it's available only when building apps integrated in facebook using facebook platform.

Re: Facebook integration

Posted: Tue Feb 10, 2009 2:06 pm
by onion2k
samsolomonraj wrote:Any API support this???
You could always read the API documentation yourself you know.