Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to submit a bug report to Facebook?

FB doesn't seem to respect ACCEPT headers sent to /feeds/page.php. See below example:

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

I cannot seem to find a way to post a new bug report on http://developers.facebook.com/bugs, as I don't have the "Create" (nor the "Subscribe") buttons as described here http://developers.facebook.com/blog/post/559/

I have read that there are a fair few FB developers involved with this site, and was hoping that someone could shed some light on what I might be doing wrong / how to request FB changes the code to respect my request, or HTTP406 me.

like image 900
user66001 Avatar asked Feb 10 '12 20:02

user66001


People also ask

How do I submit a bug report to Google?

Write your bug report, making sure include as much information as possible. Click “Send.” Visit Google’s page for reporting security vulnerabilities. Select the option that best fits your issue, and follow the instructions to submit your report. Google also has a bug bounty program, which you can learn more about here.

Can you report a bug on Facebook to make money?

Then, this article will make you able to report a bug on facebook or vulnerabilities or any security flaw and get rewarded to make money online. What is Bug? First, Learn what is Bug? Bug is mostly understood as a small insect that is usually harmful or annoy you.

How do you report a bug on Snapchat?

Reporting a bug via the Snapchat app is actually kind of novel: Shake your device to pull up the “Bug and Suggestions” submission menu. Select the relevant option and make your report. You can also send bug or vulnerability reports from your web browser with this web form, or via Snapchat’s bug bounty program on Hackerone.

How do I report a security vulnerability on Facebook?

Visit Facebook’s Help Center. Click “Reporting a Problem with Facebook” under the “Policies and Reporting” drop-down menu. Follow the instructions, fill out all required information, submit your issue. You can also send security vulnerabilities to Facebook’s Bug Bounty program, if you’d like a little return for your (qualified) efforts.


2 Answers

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

like image 94
derickito Avatar answered Oct 05 '22 21:10

derickito


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...

like image 35
Aidan Feldman Avatar answered Oct 05 '22 20:10

Aidan Feldman