0

I'm coding a C++ program, I tried, using an external command, to launch that :

curl -F 'access_token=XXX' -F 'message=test' http://graph.facebook.com/me/feed

But I receive this error :

{"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}}

How should I invite users to accept that my application can access to their facebook wall and post a message on their own wall?

AmirH
  • 57
  • 11

0 Answers0