Using Charles proxy HTTP monitor to try and decipher the GET calls when using the FacebookDesktop API.
http://facebook-actionscript-api.googlecode.com/svn/release/current/docs/com/facebook/graph/FacebookDesktop.html
Somehwat confusing. When the login password dialog appears and before anything else happens, there are ALREADY 15 GET calls!
1 graph.facebook.com/oauth/authorize?<query string values>
2 www.facebook.com/dialog/permissions.request?<query string values>
3 www.facebook.com/login.php?<query string values>
4-15 s-static.ak.fbcdn.net <X12 css, .js ,png, and .gif assets>
and 1 post call!
www.facebook.com/ajax/webstorage/process_keys.php
I am trying to find out why the logout does not work so fully understanding all the http traffic is important. Can anyone point me to a good tutorial on using this API or HTTP sequence for Facebook in general?