简体   繁体   English

未捕获的OAuthException:(#200)Facebook PHP

[英]Uncaught OAuthException: (#200) Facebook PHP

As soon i try to POST the page i've got this error when i will invite people to my event. 当我尝试发布该页面时,我将邀请其他人参加我的活动时出现了此错误。 I have read anywhere and tried everything, now i need help. 我读过任何地方并尝试了所有内容,现在需要帮助。

Fatal error: Uncaught OAuthException: (#200) thrown in /usr/extra/xxxx/xxx/public_html/src/base_facebook.php on line 1238

It's when i do this: 这是我这样做的时间:

$facebook->api("/219507068176656/invited?users=" . $herZ, "POST")

$herZ is ids of users, ex. $herZ是用户的ID,例如。 " 120394,39349034,293483484 ". 120394,39349034,293483484 ”。

Here is my sourcecode: http://pastebin.com/sCFBPdpy 这是我的源代码: http : //pastebin.com/sCFBPdpy

I cannot find out where the error is, because no other error is throwned.. Please help! 我找不到错误在哪里,因为没有其他错误被抛出..请帮助!

This is a bug. 这是一个错误。

https://developers.facebook.com/bugs/312375168858626?browse=search_5017eadead76b7a22667493 https://developers.facebook.com/bugs/312375168858626?browse=search_5017eadead76b7a22667493

Facebook addresses bugs when developers complain about them. 当开发人员抱怨错误时,Facebook会解决错误。 At the link above you should report that you are experiencing the same problem as the author. 在上面的链接上,您应该报告您遇到与作者相同的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM