Looks like most of the openid, facebook, google authentication apis and methods use PHP cURL for authenticating the external websites. My hosting service doesnt provide me with cURL enabled, so I had to do the authentication from client side java script. But it may not be secure. So can any one provide with open source php implementations which can be used for authenticating and using user data from google, facebook, linkedin, twitter etc.
Also can you please let me know where can I find example scripts for javascript/php (without need for curl/wrapper) authentication and user data access (like fetching user wall posts, user content, friends list, updates stream etc).
Note: I have seen external entities providing services for all kinds of open id authentications, but I want to do it myself with set of customizations for each (facebook, google, linkedin).