java - Is it possible to log in to google services via Oauth 2 on the server-side without browser? -


i'd use google universal analytics api on server side. idea there browser app showing graphs open intranet , doesn't require login @ all. server either login client , provides working token client or server provides data client well. oauth login docs , libs google rely on redirect urls etc sounds painful server-side login . possible , there tutorials?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -