Reputation: 2842
I'm not a fulltime nor professional developer. So i make app for my own or for my friends. I dont want to register my app. Recently twitter has stopped basic auth and now twitter requires us to do Oauth :( What about with facebook? Is it possible to do basic auth? what about friendster too?
Upvotes: 1
Views: 263
Reputation: 23316
No, see the Facebook developers page for authentication.
Facebook Platform uses the OAuth 2.0 protocol for authentication and authorization.
Friendster requires that you register the application to receive an API key.
Upvotes: 2