I am using the Facebook C# SDK.
Is there any way, using the API as written, to see the exact URL that the SDK sends to Facebook? Especially for GET requests (though POST requests would be nice, too -- and seeing what was POSTed as well!)
I want to keep a log of these requests and the success / failure of each call. It would be extremely useful for diagnosing issues.