Using one of the following libraries will help you get up and running with the App.net API in no time. Most of these libraries are maintained by the community.
pip install adnpy
You can view the source on Github and read the Python API docs online.
gem install 'adn'
Or you can add the following line to your Gemfile
gem "adn"
You can view the source on Github.
If you’re creating a Node app, you can install the library with npm
npm install appnet
If you’d like to use the library as a jQuery module or view the source, check out App.net js on Github.
You can download the latest version of AppDotNetPHP on Github.
If you’re using Cocoapods, you can add the following line to your Podfile
pod 'ADNKit'
Or you can add the ADNKit repository as a submodule to your project.
If you’re creating an iOS app, be sure to check out our Login SDK which enables users to quickly signup and login to your app.
Currently, our only Java library is heavily geared toward Android. Please follow ADNLib’s instructions to install the library.
Be sure you also check out our Login SDK which enables users to quickly signup and login to your Android app.
Our community has also released many libraries for other languages and sample code. To add a new library to the list, please submit a pull request.