Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.