Is it possible to delete ALL friends request on Facebook at once using api or something..
There are over 1000 requests.
If API is not possible, then what the other solution?
Facebook is already providing Hide All Requests
Button.
And Still you can try below javascript code:
javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Not now' || inputs[i].value == 'Ignore')inputs[i].click();}
put this script on address bar and Hit Enter.