Using the Facebook Graph API without using the iOS SDK?

Here is the solution for all those that have had the same problem.

Up vote 1 down vote favorite 1 share g+ share fb share tw.

Please can anyone tell me how to post images / albums and likes to Facebook, WITHOUT using their SDK / iOS libraries, i.e. Doing it with complete custom code. All the Ray Wenderlich tutorials are out of date and don't work.

I can't get it to work. Ios facebook facebook-graph-api link|improve this question edited Oct 29 '11 at 21:34M? LL76.3k1061129 asked Oct 29 '11 at 21:29iOSProgrammingIsFun575 83% accept rate.

Business reasons and that the stock sdk is a buggy pile of poo. – iOSProgrammingIsFun Oct 30 '11 at 1:25 Not really, I use asihttprequest a lot but from the Facebook developers docs I don't understand the URL construction needed. Can some please help with the answer and not just point out the gaps in my knowledge?

Thx – iOSProgrammingIsFun Oct 30 '11 at 10:52.

Access_token=%@", fbGraphAPIRoot, self. AccessToken; NSURL * url = NSURL URLWithString:stringURL; ASIFormDataRequest * request = ASIFormDataRequest requestWithURL:url; request setData:imageData withFileName:filename andContentType:@"image/jpeg" forKey:@"file"; request setRequestMethod:@"POST"; request setDidFinishSelector:@selector( postToFacebookSucceeded: ); request setDidFailSelector:@selector( postToFacebookFailed: ); request setDelegate:self; if ( decision == YES ) { request startAsynchronous; } else { request startSynchronous; } return YES; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions