本文介绍了Facebook的错误:(#200)的用户无权执行此操作的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,我使用Android中的Facebook应用程序这个code,但收到此错误。
Hello i am using this code in android facebook app but getting this error.
Bundle params = new Bundle();
params.putString(Facebook.TOKEN, facebook.getAccessToken());
params.putString("message", "Facebook Dialogs are easy!");
AsyncFacebookRunner mAsyncRunner = new AsyncFacebookRunner(facebook);
mAsyncRunner.request("me/feed", params, "POST", new SampleUploadListener(),null);
感谢。
推荐答案
正好给你的应用程序的 publish_stream
的?
Has the user actually given your app the publish_stream
permission?
请与/我通话/权限
这篇关于Facebook的错误:(#200)的用户无权执行此操作的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!