I need to run quite long query using FQL. The only way I found in facebook docs is passing it using GET method. Unfortunetely as far as I know, most web servers doesn't accept urls beyond some specified length.
So the question is - what's the max url length facebook can handle? Is there any way to send the FQL query via POST so the limit can be avoided?