Hii.. I am working on developing a website and I want it to be integrated with Facebook, i.e. I want to fetch logged-in user's information like his wall info, comments, his feeds etc. along with his friends's information,their comments etc.. Also I want user o开发者_如何转开发f my website to be able to post comments, feeds on his wall, update / upload picture etc. And all that I want to do using facebook API.. Is there any way to do it..? Please help me out, I am really not getting the way that how to do it..
Yes this all possible, but your question is too vague to have definite answer.
First you need to learn about:
- Social plugins
- Javascript SDK
- Authentication (see Single Sign-on with the JavaScript SDK)
- FQL
If after that you still have some specific questions we would be able to help further.
I'm not sure what languages/technology stacks you may be considering for your site, but you could also check for plugins that interface w/ the fb API such as
Facebooker - Rails plugin
Facebook Graph Plugin - Grails plugin
精彩评论