gustawho / twitcurl

Fork of swatkat/twitcurl: a pure C++ library for twitter APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitcurl

twitcurl is a pure C++ library for twitter APIs. twitcurl uses cURL for handling HTTPS requests and responses & OAuth authentication methods.

  • v1.1 Twitter REST APIs
  • JSON
  • SSL

APIs

Currently twitcurl has wrappers for following twitter REST APIs:

Timeline methods:
statuses/public_timeline
statuses/friends_timeline
statuses/user_timeline
statuses/mentions

Status methods:
statuses/show
statuses/update
statuses/destroy

User methods:
users/show
statuses/friends
statuses/followers

Direct Message methods:
direct_messages
direct_messages/sent
direct_messages/new
direct_messages/destroy

Friendship methods:
friendships/create
friendships/destroy
friendships/show

Social Graph methods:
friends/ids
followers/ids

Account methods:
account/rate_limit_status

Favorite methods:
favorites
favorites/create
favorites/destroy

Block methods:
blocks/create
blocks/destroy
blocks/list
blocks/ids

Saved Search methods:
saved_searches
saved_searches/show
saved_searches/create
saved_searches/destroy

Trends methods:
trends
trends/current
trends/daily
trends/weekly
trends/available

Notes

About

Fork of swatkat/twitcurl: a pure C++ library for twitter APIs

License:MIT License


Languages

Language:C++ 99.3%Language:CMake 0.7%