Facebook integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
samsolomonraj
Forum Newbie
Posts: 12
Joined: Mon Feb 09, 2009 3:34 am
Location: India, Chennai

Facebook integration

Post 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...
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

Re: Facebook integration

Post by jothirajan »

No one will help you da...
defox
Forum Newbie
Posts: 1
Joined: Fri Dec 19, 2008 10:24 am

Re: Facebook integration

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Facebook integration

Post by onion2k »

samsolomonraj wrote:Any API support this???
You could always read the API documentation yourself you know.
Post Reply