我想使用Facebook SDK发布到用户墙。我似乎无法正确使用并仍在我的任何权限框中收到This does not let the app post to Facebook.
。
FB.login(function(response) {
// handle the response
}, {
scope: 'user_location,user_likes,user_posts',
return_scopes: true
});
我认为user_posts
权限是需要的,但显然不是。
答案 0 :(得分:1)