Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 9    Views: 213

BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
11/21/12 06:38 AM (13 years ago)

I will pay to everyone install and get work getsocialize into my app

My target: the people in the app have to have the possibility to share comments and "I Like" on Facebook and Twitter, share the blog content (I use the plugin Pro Blog Bt) in Facebook about my app, become facebook fan of my page or followers in Twitter! If someone wants to do it please let me know....of course really "low price"..the app will be free and just for fun! Payment by Paypal...thk + I need to send and share quiz score into my html page, I need also this configuration into your quote Please is urgent.....if you want in pvt write me to [email protected]
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
11/21/12 09:31 AM (13 years ago)
Hey buzz, I'll do it for free? I have added socialize a hundred times.. super easy. Sent you a email. Cheers, David https://buzztouchmods.com
 
BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
like
11/21/12 09:52 AM (13 years ago)
Thk a lot! Mr David i'm going to see it..tomorrow morning?Italy time....now is 6 p.m. let me know thk so much!
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
11/21/12 10:22 AM (13 years ago)
You got it! David https://buzztouchmods.com
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
11/21/12 10:25 AM (13 years ago)
hey David sent you an email as well.. thanks!
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
11/21/12 03:54 PM (13 years ago)
Heads up. Socialize is having Twitter integration issues. A new SDK to address the problem is suppose to be released tonight.
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
11/21/12 06:18 PM (13 years ago)
Not a new SDK, but changes are needed for ALL apps using Socialize. Here is what is needed: Sean, an employee of Socialize, Inc., replied to OAuth failures with twitter, a problem about Socialize, Inc.. The fixes are live. You can now add the newly required Twitter consumer key and consumer secret to your app settings in the http://www.GetSocialize.com/ dashboard. No changes to the SDK are needed at this time. To update your app go to you App Settings and add you Twitter consumer key and secret in the space provided in the bottom of the form: http://cl.ly/image/1d2l2r0e0p3O http://cl.ly/image/0R370j0O2k0h You can learn more about obtaining your consumer key and secret for twitter on their dev site: http://dev.twitter.com under applications (http://cl.ly/image/2p0K3M3I1b3Q) Go look at this reply | Stop following this problem This message sent from the Socialize, Inc. community on Get Satisfaction. To unsubscribe or change your email settings, click here. ---------------- Create a customer community for your company at GetSatisfaction.com.
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
11/22/12 12:17 AM (13 years ago)
@MrDavid. Hi David can mail me this to?
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
11/22/12 12:46 AM (13 years ago)
@mackimack - here is a great tutorial on the forum: http://www.buzztouch.com/forum/thread.php?tid=DFA16E2C13120840F4ED6CC @Red Dog thanks for the heads up. I added it yesterday and had already submitted the app. Im so happy that the sdk doesn't need to be updated for now!
 
BuzzMkt
Apple Fan
Profile
Posts: 131
Reg: Apr 10, 2011
Italy
2,710
like
11/23/12 01:39 AM (13 years ago)
Thank you @MrDavid, the socialize works well. I set up also Twitter account without errors but i'm not able to do the same for Facebook. I set up the app in "Facebook developer" see it here http://www.mai-dire.com/fb-screen1.png i set up on xcode the "Url types"--"url Schemes" with fbappid but where i need to integrate this part of code??i really don't understand: (from ios guide) #import <Socialize/Socialize.h> - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { return [Socialize handleOpenURL:url]; } Please indicate me the right position...and also the following code: Linking with Existing Facebook Credentials - (void)linkToFacebook { [SZFacebookUtils setAppId:@"fbMYFACEBOOKAPPID"]; // The following is only needed if you have multiple apps sharing the same facebook app id [SZFacebookUtils setURLSchemeSuffix:@"myfreeversion"]; // Don't forget to add the fbMYFACEBOOKAPPIDmyfreeversion:// URL Scheme to your app, as above // These should come from your own facebook auth process NSString *existingToken = @"EXISTING_TOKEN"; NSDate *existingExpiration = [NSDate distantFuture]; [SZFacebookUtils linkWithAccessToken:existingToken expirationDate:existingExpiration success:^(id<SocializeFullUser> user) { NSLog(@"Link successful"); } failure:^(NSError *error) { NSLog(@"Link failed: %@", [error localizedDescription]); }]; } Posting to Facebook on your own¶ - (void)postToFacebookFeed { NSMutableDictionary *postData = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"hi there", @"message", nil]; [SZFacebookUtils postWithGraphPath:@"me/feed" params:postData success:^(id post) { NSLog(@"Posted %@!", post); } failure:^(NSError *error) { NSLog(@"Facebook post failed: %@, %@", [error localizedDescription], [error userInfo]); }]; } Posting Images to Facebook - (void)postImageToFacebook { UIImage *logo = [UIImage imageNamed:@"socialize_logo.png"]; NSData *logoData = UIImagePNGRepresentation(logo); NSMutableDictionary *params = [NSMutableDictionary dictionary]; [params setObject:logoData forKey:@"source"]; [params setObject:@"Socialize" forKey:@"caption"]; [SZFacebookUtils postWithGraphPath:@"me/photos" params:params success:^(id info) { NSLog(@"Created post: %@", info); } failure:^(NSError *error) { NSLog(@"Failed to post: %@", [error localizedDescription]); }]; } Thank so much!
 

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.