Is it possible to access the fb api programmatically with a direct nickname/password connection? If not, how else to connect to the api while maintaining it a true client application (no server running anywhere)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
No; you need to use one of the supported OAuth Login flows - though there are flows there compatible with desktop apps and there's an example here: https://developers.facebook.com/docs/howtos/login/login-for-desktop/ |
|||||||||||
|
|
this works :) it's an ugly hack and it depends on the content of the http://developers.facebook.com/docs/reference/api/ page, but it does work. So why isn't there a standardized way to do it?
UPDATE ok this actually doesn't work like I thought as you can get this token only after granting privileges to the "Developer" app. |
||||
|
|