lundi 2 mars 2015

Facebook Graph API Get User Events Swift

This is the provided documentation by the Facebook Graph API to call for user events (http://ift.tt/1zBx6oa). I want to get the user events using swift not objective c and I am not sure how to translate this into swift or how to handle the response in swift. Any help would be greatly appreciated especially b/c of the lack of swift Facebook graph api examples on the web. Thanks in advance!


/* make the API call */ [FBRequestConnection startWithGraphPath:@"/{event-id}" parameters:nil HTTPMethod:@"GET" completionHandler:^( FBRequestConnection *connection, id result, NSError error ) { / handle the result */ }];


Aucun commentaire:

Enregistrer un commentaire