I am looking for php wrapper classes for Facebook, Twitter and Google. I need to use these functionalities:
- Login
- Post to wall/twitter feed
Are there any good classes available that you know of? Or am I better of writing them myself.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to signup on phpclasses.org which is totally free. and then you can download these classes. along with documentation.
php wrapper class for facebook:
http://www.phpclasses.org/package/5200-PHP-Facebook-API-wrapper.html
php wrapper class for twitter:
http://www.phpclasses.org/package/4075-PHP-Set-and-retrieve-Twitter-user-status.html
php wrapper class for google:
http://www.phpclasses.org/package/920-PHP-PHP-class-library-to-access-the-Google-API-viaSOAP.html
I’m using one in my project.
please also give a go to follwoing links, (Step by step guide):
http://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html
http://www.pakt.com/pakt/?id=5e17b48f5679ab47
Hope this helps.