You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
We're developing a new iOS app for our customers. It will enable them to pick available slots (date and time) to make a reservation with our company. These free slots are calculated based on the data of our company's google calendar account. It contains to calendars with our opening times and the occupied slots. Since our app only needs to access our own account (= our 2 google calendars) there's no need for user interaction (regarding the login to google services). Of course we don't want to show our login/password to the customers either.
There is no need to access any customers' accounts/data.
The xml-based gdata-objectivec-client used to support ClientLogin which was exactly what we needed. But it is deprecated now.
The new JSON-based google-api-objectivec-client only supports OAuth(1.0/2.0). As far as I understand, OAuth always requires some kind of user interaction. Is there any way to accomplish the same goal (login without user interaction) with the new api?
Any suggestion/solutions are highly appreciated!
Thank you.
Greg Robbins
unread,
Feb 5, 2013, 7:41:57 PM2/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
You'll likely need a server-based app and a service account to talk to the Google Calendar API.