2013-12-13 48 views
0

对于我通过JS API创建活动的日子来说,一切都很好。从现在开始的两天,我得到了...Facebook活动封面网址

code: 2 
message: "An unexpected error has occurred. Please retry your request later." 
type: "OAuthException" 

...每当我尝试更新创建的事件的cover_url。我的代码只是:

FB.api(
eventId,'post', 
{ cover_url:'<url>'}, function... 

我已经尝试了我在文档中找到的所有内容。

看看新的文档,没有找到任何东西。

+0

您是否已经找到解决方案? 它曾经为我工作,但现在它损坏 –

回答

0

解决问题:

只是改变 'event_privacy' 到 '开放' 时创建。在此之后,事件cover_url更新正常工作。

希望它有帮助。

+0

这是否仍然适合你?我的封面在12月停止上传一段时间,但这似乎无法解决问题。 – kaore

+0

是kaore,仍然在工作4 me – ragnet

+0

这里的回答解决了我的问题:http://stackoverflow.com/questions/20968323/uploading-a-cover-to-an-event-through-the-facebook-api-throws -an的异常/ 21186982#21186982 – kaore