适用于 iPhone 的 Facebook Graph API 错误代码 1
我正在为我的应用程序使用 facebook Graph API,以便从我的 UIText 视图中发布一些默认文本。
一切都在发布。但一些较长的文本(我认为字符长度> 370),当我按“发布”按钮时,返回错误(错误代码1)。并说稍后再试。 所有其他人都发布得很好。 发布的消息有字数限制吗? 或者脸书墙发布的文本长度是否有限制。
我能做些什么来克服这个问题? 有人可以帮忙吗? 谢谢...
I am using facebook Graph API for my app so as to post some default text from my UIText View.
All are getting posted. but some longer texts(I think charecter length >370),when i press "Publish" button, returns an error (Error code 1).and says try later.
All others are getting posted well.
Is there any charecter limit for the message to be posted.
or Is there any Limit for length of texts for the facebbok wall to get posted.
What could i do to get over this?
Can any one help please?
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嘿大家!!!得到答案了...在 Facebook 墙上您可以发布长度小于 420 个字符的文本..
Hey all!!! Got the answer ...In the Facebook wall you can post texts with length less than 420 characters..
这是不正确的,最有可能发生的反应是您的限制太大。减少限制的大小(从而减少您返回的信息量),应该可以解决此问题。
This is incorrect, the response this is most likely occurring is your limit is too large. Reduce the size of your limit (and therefore, the amount of information you are getting back) and it should fix this issue.