Now that ClientLogin authentication has expired, should we use OAuth 2.0 for C2DM messaging?
My application is a C # web application that should send messages to registered devices. Any example, how to get Auth token using OAuth for C2dm messaging? What type of authentication do I need to use (installed applications, web server ...)?
Edited Jun 28, 2012
C2DM is deprecated. Developers are encouraged to switch to GCM, C2DM will be supported for a short time. Simple API instead of ClientLogin and oAuth2, which are not supported. http://developer.android.com/guide/google/gcm/index.html
Maxim source share