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...
Facebook integration
Moderator: General Moderators
-
samsolomonraj
- Forum Newbie
- Posts: 12
- Joined: Mon Feb 09, 2009 3:34 am
- Location: India, Chennai
-
jothirajan
- Forum Commoner
- Posts: 69
- Joined: Tue Jan 27, 2009 12:06 am
Re: Facebook integration
No one will help you da...
Re: Facebook integration
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.
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
You could always read the API documentation yourself you know.samsolomonraj wrote:Any API support this???