如何向 Facebook 提交错误报告?
FB 似乎不尊重发送到 /feeds/page.php 的 ACCEPT 标头。请参阅下面的示例:
GET /feeds/page.php?id=10036618151&format=rss20 HTTP/1.1
Connection: Keep-Alive
**Accept: text/xml,application/xml**
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: www.facebook.com
HTTP/1.1 200 OK
Cache-Control: private, no-cache, no-store, must-revalidate
**Content-type: application/rss+xml**
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Last-Modified: Wed, 08 Feb 2012 10:05:49 -0800
P3P: CP="Facebook does not have a P3P policy. Learn why here: http://fb.me/p3p"
Pragma: no-cache
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Set-Cookie: datr=-vIzT4cxw52hjjqTfrpQkNYX; expires=Sat, 08-Feb-2014 16:23:22 GMT;path=/; domain=.facebook.com; httponly
X-FB-Debug: qx/SiyRZDiVPm4wfiKVj37HImPoKM+DVAsO4oKSbSr0=
X-Cnection: close
Date: Thu, 09 Feb 2012 16:23:22 GMT
Content-Length: 41236
我似乎找不到在 http://developers.facebook.com 上发布新错误报告的方法/bugs,因为我没有此处描述的“创建”(也没有“订阅”)按钮 http://developers.facebook.com/blog/post/559/
我读到有相当多的 FB 开发人员参与了这个网站,并希望有人能够提供一些请注意我可能做错了什么/如何请求 FB 更改代码以尊重我的请求,或 HTTP406 我。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您访问 http://developers.facebook.com/bugs 并单击“已创建”链接,您将看到页面右上角有一个创建按钮。或者您可以访问:http://developers.facebook.com/bugs/create
If you go to http://developers.facebook.com/bugs and click on the Created link you will see a create button on the top right of the page. Or you can just go to: http://developers.facebook.com/bugs/create
我没有看到其他人看到的“创建”按钮(尝试过 Chrome、FF 和 Safari),但如果您在“搜索错误”字段中输入内容 此处,您会看到“创建新的错误报告”链接作为最后一个选项。不是最直观的...
I'm not seeing the Create button that other people are seeing (tried Chrome, FF & Safari), but if you type something into the "Search Bugs" field here, you'll see a "Create a new bug report" link as the last option. Not the most intuitive...