Native Google Reader iPhone Application

后端 未结 3 1186
星月不相逢
星月不相逢 2021-02-03 16:21

I am currently in the process of building a native Google Reader iPhone application similar to the successful application \"Reeder for iPhone\", however, with a full Twitter cli

3条回答
  •  一生所求
    2021-02-03 16:34

    THANK YOU. I knew there was a simple way to log in, but I was having a horrible time figuring it out. Btw for those of you who are copying/pasing the the0rkus's code above - you'll get a few errors. To test it out I added:

    NSString *gUserString = @"yourlogin@gmail.com";
    NSString *gPassString = @"yourpassword";
    NSString *GOOGLE_CLIENT_AUTH_URL = @"https://www.google.com/accounts/ClientLogin?client=YourClient";
    NSString *gSourceString = @"YourClient";
    

提交回复
热议问题