I've been struggling with this for the last few days now. Im using the Monotouch.FacebookConnect official binding (https://github.com/mono/monotouch-bindings)
I've posted this on SO (http://stackoverflow.com/questions/8867063/facebook-ios-api-hangs-after-requestloading) I have the Facebook API setup in my app. Authentication works fine, however when I attempt to call the Graph API or use a FQL query, the request delegate assigned to handling the request fires the RequestLoading() method. I understand this is called BEFORE it connects to the server. Nothing else happens after this. I dont get any response, or even any errors. The facebook API never calls back into my code. I've had a look at the sample that comes with the Monotouch binding (in Github) but the sample doesnt work properly either. Most of the samples seem to popup dialogs, and the Graph API page is just blank so no examples there. Has anyone got this to work successfully? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Facebook-API-Anyone-successfully-using-this-tp4296165p4296165.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
