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
Did you see this Java example?
http://code.google.com/p/google-api-java-client/wiki/OAuth2Draft10
It's easy to understand in my opinion.