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:
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