morphogencc / ofxOAuth

A C++ library for OAuth. Works for both Cinder and openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxOAuth

A wrapper for liboauthcpp, a C++ implementation of the OAuth v1.1 protocol.

Requirements

Windows

To use this add-on, use the projector generator. Once you've created a project, use the ofxOAuth.props property sheet in config/ to set up your compiler properly.

This library has been tested with Visual Studio 2015 and openFrameworks v0.9.1

OSX

This project is currently not configured for Xcode in OSX. If anyone wants to take this on, I'd be glad to help. Otherwise you'll have to wait until I have a reason to need it on my Mac :)

Usage

Examples

Contributing

This project uses the Git Flow paradigm. Before contributing, please make your own feature branch with your changes.

More Information

About

A C++ library for OAuth. Works for both Cinder and openFrameworks.

License:Other


Languages

Language:C++ 99.9%Language:C 0.1%