YQL + PHP : how to make a facebook login

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-12-23T00:50:50Z Indexed on 2010/12/23 0:54 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Hi!

I was reading some stuff about the YQL api that Yahoo! has provided, I am not sure, but it appears to be a collection of lots of third party api into one common language, right?

what I don't get is how to make the facebook login through it so I can get the user profile data...

My project is to add a facebook(and other social networks) form login, because the website won't have his own login, people will have to use a social network to link in. Then I thought the YQL would help me out with this task so I wouldn't have to develop lots of functions to each one of the networks.

Reading this http://developer.yahoo.com/yql/guide/yql-code-examples.html#sdk_yql, I understood how to make a Yahoo login so I can access some private data, but couldn't find how I could do it with facebook and others

So my question... Can YQL help me with this? Can you give me a simple example of a facebook session using it within PHP? Are there alternatives to aid me in this task?

thanks,
Jonathan

© Stack Overflow or respective owner

Related posts about php

Related posts about facebook