views:

269

answers:

1

Is it possible to log a user into Facebook using only the supplied APIs or RESTful services?

We are working in an environment that does not supply a browser(Yahoo TV Widgets), and would like to provide users the ability to enter their Facebook credentials in our application, upon which we would log them in (through the REST API, for instance), and allow them to post to their wall.

It doesn't seem like this is possible though.

Thanks

A: 

Have you looked at: http://wiki.developers.facebook.com/index.php/Authorization_and_Authentication_for_Desktop_Applications

Though this may not be what you are looking for because they say some actions will require a browser.

dar

related questions