I'm implementing C2DM for my Android app. Client side (Android) went well, but I'm little bit confused on implementing server side.
My server is C#/.NET. Official documentations links to 404 when it comes to authentication: https://developers.google.com/android/c2dm/#handling_reg
I found another page: https://developers.google.com/accounts/docs/AuthForInstalledApps
But it says deprecated. So, I'm not sure what to do now. Go with deprecated functionality or learn how to use OAuth? (never done this before)
If I go with OAuth - what should I pass in here:
Authorization: GoogleLogin auth=[AUTH_TOKEN]
?
Any pointers on this subject will be appreciated
Recent post from Google sounds like Client Login is the way to go... http://android-developers.blogspot.com/2012/04/android-c2dm-client-login-key.html