0

I would like to implement an utility to perform background operation with Google APIs (e.g. Calendar API). The utility has no user interface so I need to perform all the authentication flow server-side. Any java suggestion?

1 Answer 1

1

I would start here:

https://developers.google.com/accounts/docs/OAuth2ServiceAccount

That should give you general high level info for server to server calls for authorization. Then read up on the Java client here:

https://code.google.com/p/google-api-java-client/wiki/OAuth2

You should be able to piece things together with those two sets of information. Good luck.

Sign up to request clarification or add additional context in comments.

3 Comments

I modified the question with give more details.
It seems like this is now a new question. Not really sure that warranted removing the accept on the answer. Probably should have just been a new question.
You right, I creat a new post: stackoverflow.com/questions/16670032/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.