Re: URL Request from AppDelegate?

2012-12-13 Thread Mike Abdullah
You've given us an error message but no details at all about what your code is actually doing. Show us some code and it will be much much easier to debug. On 13 Dec 2012, at 01:22, berry hunt wrote: Hi gurus, I am pretty new to cocoa development, and would like to ask for help on some

URL Request from AppDelegate?

2012-12-12 Thread berry hunt
Hi gurus, I am pretty new to cocoa development, and would like to ask for help on some questions here that I am struggling with. Any insight will be greatly appreciated. I am trying to establish Facebook login session via my mobile app, but got an error of following message *Error: HTTP status

Re: URL Request from AppDelegate?

2012-12-12 Thread Nick Zitzmann
On Dec 12, 2012, at 6:22 PM, berry hunt berryhun...@gmail.com wrote: - where in the AppDelegate class would a URL be sent, to somewhere? How do I track it down? Try breaking on -[NSURLConnection initWithRequest:delegate:] and -[NSURLConnection initWithRequest:delegate:startImmediately:]. The