Using buffer-ios-sdk with bufferapp.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/bufferapp/buffer-ios-sdk
Returns a single user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user{mediaTypeExtension}
Returns an array of social media profiles connected to a users account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /profiles{mediaTypeExtension}
Returns an object with a the numbers of shares a link has had using Buffer.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /links/shares{mediaTypeExtension}
SDK on GitHub 📄 API Docs
SDK
buffer-ios-sdk
Objective-C
API
bufferapp.com
bufferapp.com
Other SDKs for bufferapp.com
buffered BufferSwiftKit node-bufferapp
At a glance
Language Objective-C
Endpoints18
✓ Official