I am developing an app for iPhone and it basically needs to connect to a Google Calendar API and download some events in the Calendar.
All the authentication examples that I have seen from 'GTM OAuth 2' require a window for the user to enter his/her user & pass to authenticate the access to his/her Google Calendar. However, my target is a specific Calendar, which I know its user name and password. I wonder if there is a way to hardcode the user and pass in my Objective-C code?
I used to directly write the username and password using the previous GData Calendar API, but it seems that it does not work anymore and I get error 403 for authentication.
I appreciate it if you let me know of your suggestions.