Hi guys,

When I met some of you at the LGM 2011 we couldn't find a ready-made C/C++ OAuth2 library to make integration with deviantART straightforward for Krita. On the way back to Europe I ran into Pippin who knew of a FOSS project that has OAuth2 support in C/C++:

http://git.gnome.org/browse/libsocialweb/tree/services
which uses
http://git.gnome.org/browse/librest/tree/rest
for the actual OAUTH / http integration.

It's probably based on an old draft of OAuth2 and needs to be brought up to date, but it's definitely a good place to start from. I hope it helps!

By the way Martin Owens got the integration with deviantART working in Python plugins for the GIMP and Inkscape: http://doctormo.org/2011/05/19/deviantart-plugins-released/ including project file + final render bundling, exciting!

Gilles