BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
04/03/13 02:59 AM (12 years ago)

Scringo, what about facebook activities

I have already integrated Scringo on my app. Now i need to configure Facebook. Someone could help me? simple step by step tutorial? thk in advance
 
mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
like
04/03/13 03:04 AM (12 years ago)
Their website gives good step by step instructions for this: https://dev.scringo.com/resources.php?resource=guides
 
BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
like
04/03/13 03:07 AM (12 years ago)
Thk Mutzy, i made it but always error...maybe for my less developer skill.... ...when they say add this code : "-(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { return [ScringoAgent handleOpenURL:url]; } -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{ return [ScringoAgent handleOpenURL:url]; }" i add it into _appDelegate.m Is it correct?
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
04/03/13 04:59 AM (12 years ago)
Hi Mutzy don't mean to hijack this post, but did you get my email with the duplicate plugin?
 
Micahvii
Aspiring developer
Profile
Posts: 12
Reg: Jan 04, 2013
Fort Worth
1,020
like
04/03/13 07:26 AM (12 years ago)
Hi, this is how it should look and go. }//app parsed it's configuration data [ScringoAgent startSession:@"Your app ID here" locationManager:nil]; } - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { return [ScringoAgent handleOpenURL:url]; } /* downloadAppData... This method downloads application configuration data from a remote server. The downloader delegate methods at the end of this file handle the results */
 
BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
like
04/03/13 08:28 AM (12 years ago)
This is what is written on my project //init Scringo agent... [ScringoAgent startSession:@"xxxxxxxxxx" locationManager:nil]; }//app parsed it's configuration data - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { return [ScringoAgent handleOpenURL:url]; } but with this error use of undeclared identifier application }
 
Kahuna
Apple Fan
Profile
Posts: 137
Reg: Nov 18, 2011
Milan
4,670
like
04/03/13 08:52 AM (12 years ago)
Hi, this is how I made it. In your app delegate.m add: -(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { return [ScringoAgent handleOpenURL:url]; } -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{ return [ScringoAgent handleOpenURL:url]; } Remember you have to register your app in facebook and add the FB id in you info.plist
 
BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
like
04/03/13 08:58 AM (12 years ago)
hi Kahuna, if i need could we speak in italian? I see you are from Milan....
 
Kahuna
Apple Fan
Profile
Posts: 137
Reg: Nov 18, 2011
Milan
4,670
like
04/03/13 08:59 AM (12 years ago)
sure, send me a private message
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
04/03/13 04:14 PM (12 years ago)
works perfectly :-)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.