I have a web server that requires the browser clients to first authenticate with Facebook and then uses that session to access the Facebook PHP SDK and interact with Facebook. The client never talks to FB directly, only the web server does
I want this same scheme on my iPhone app... to have iPhone login with FB and then I use the NSURL API to talk to my web server and have the cookie passed through.
Any way to do this?