On Oct 3, 5:55 pm, "Victor Y. Sklyar" <[email protected]> wrote:
> is it possible?

The C++ part is for sure.
I don't know about the current state of the google app engine + oAuth,
but it should be possible.

> i have xmlrpc service in google app engine and i need auth

You can use liboauth [1,2] (POSIX-C) in a C++ app with

extern "C" {
#include <oauth.h>
}

Some example code using liboauth & XMLRPC would be:
http://maemo.org/downloads/product/OS2008/conboy/
http://github.com/DaveGamble/soundcloud-c-api-wrapper

happy hacking,
robin

[1] http://oauth.googlecode.com/svn/code/c/liboauth/
[2] http://liboauth.sourceforge.net/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to