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
无法在twitter和facebook中使用social auth发布状态_Facebook_Twitter_Python Social Auth_Socialauth - Fatal编程技术网

无法在twitter和facebook中使用social auth发布状态

无法在twitter和facebook中使用social auth发布状态,facebook,twitter,python-social-auth,socialauth,Facebook,Twitter,Python Social Auth,Socialauth,当尝试使用social auth更新facebook和twitter中的状态时,出现以下异常。知道怎么解决吗 20:31:56559信息[stdout](默认任务-7)回调方法中发生异常:org.brickred.socialauth.Exception.SocialAuthException:org.brickred.socialauth.Exception.SocialAuthException:状态未更新。退货状态代码:403 经过进一步研究,我终于解决了这个问题 我们需要添加正确的回调u

当尝试使用social auth更新facebook和twitter中的状态时,出现以下异常。知道怎么解决吗

20:31:56559信息[stdout](默认任务-7)回调方法中发生异常:org.brickred.socialauth.Exception.SocialAuthException:org.brickred.socialauth.Exception.SocialAuthException:状态未更新。退货状态代码:403


经过进一步研究,我终于解决了这个问题


我们需要添加正确的回调url,并且需要在twitter开发者控制台中授予写入权限

欢迎使用堆栈溢出!我编辑了您的问题以正确设置错误格式-有关格式设置的详细信息,请参阅编辑帮助。请编辑以提供更多详细信息和代码示例,以便确定具体问题。祝你好运