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.

I'm a newbee on facebook development and I'm trying to do some basic feature on FB, just post a message to wall and upload some picture. This feature would be integrated into a game.

Now the problem is I HAVE TO use the REST API to login, using the url and parameters below:

https://api.facebook.com/restserver.php?method=facebook.auth.login&api_key=393870187360051&v=1.0&sig=d2985e6e3ac9fe3efe814d5c9c614f57&format=JSON&email=myfacebookaccount&password=mypassword

However I got the error 'Application does not have the capability to make this API call'

I have double checked that the FB app_key and account is correct, and the APP is bound to the account already.

I don't understand what that error message means. Do I miss something when calling the request? or this REST API is already deprecated? I doubt it because I find no reference about the METHOD facebook.auth.login on the official website now.

PS. I use the REST API in that way BECAUSE I must use some company internal API, which implements the login request like that above. If that method is already deprecated, I need to ask the guy to upgrade the API.

Thx so much

share|improve this question
developers.facebook.com/docs/reference/php/facebook-api The REST api is deprecated, so you should not be relying on it as methods could be fully removed at any point (if they haven't already been removed). If I was you I'd get the guy to upgrade! – TommyBs Dec 14 '12 at 13:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.