Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用curl或C++;要求Facebook用户访问其Facebook墙的代码? 我正在编写一个C++程序, 我尝试使用外部命令启动: curl -F 'access_token=XXX' -F 'message=test' http://graph.facebook.com/me/feed_C++_Facebook_Curl - Fatal编程技术网

如何使用curl或C++;要求Facebook用户访问其Facebook墙的代码? 我正在编写一个C++程序, 我尝试使用外部命令启动: curl -F 'access_token=XXX' -F 'message=test' http://graph.facebook.com/me/feed

如何使用curl或C++;要求Facebook用户访问其Facebook墙的代码? 我正在编写一个C++程序, 我尝试使用外部命令启动: curl -F 'access_token=XXX' -F 'message=test' http://graph.facebook.com/me/feed,c++,facebook,curl,C++,Facebook,Curl,但我收到了这个错误: {"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}} 我应该如何邀请用户接受我的应用程序可以访问他们的脸谱网墙并在他们自己的墙上发布消息?< /p>你尝试了这里提出的解决方案:我不确定如何在C++中适应这个问题,而且我没有任何URL…(他使用“ba

但我收到了这个错误:

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

<>我应该如何邀请用户接受我的应用程序可以访问他们的脸谱网墙并在他们自己的墙上发布消息?< /p>你尝试了这里提出的解决方案:我不确定如何在C++中适应这个问题,而且我没有任何URL…(他使用“baseurl”)我在谈论提出的解决方案(清理缓存)啊,好的,是的,我试过了。不起作用