Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 0    Views: 232

CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
04/09/16 11:07 AM (8 years ago)

How to use post in Login screen plugin (iOS)

In case you want to post to a url, not for just the login. I was just experimenting. I dont have preference on the login screen. in BT_screen_settingsLogin.m in the submitclick function change the line : [downloader downloadFile]; to NSString *body = [NSString stringWithFormat:@"logInId=%@&logInPassword=%@", [appDelegate.rootUser userLogInId], [appDelegate.rootUser userLogInPassword]]; [downloader postToURL:body];
 

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.