https://github.com/pine/cpp_twitter_oauth_sample
This is a sample program using twitter oauth in C++.
https://github.com/pine/cpp_twitter_oauth_sample
Last synced: about 1 year ago
JSON representation
This is a sample program using twitter oauth in C++.
- Host: GitHub
- URL: https://github.com/pine/cpp_twitter_oauth_sample
- Owner: pine
- Created: 2014-08-13T15:13:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T15:14:17.000Z (over 11 years ago)
- Last Synced: 2025-01-13T03:14:12.180Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C++ Twitter Oauth Sample
------------------------
## About
This is a sample program using twitter oauth in C++. It works at Linux, Windows, and other OSs.
## Development environment
- C++11
- g++ 4.3 or later
## Used library
- [curlpp](https://code.google.com/p/curlpp/)
- [CLX C++ Libraries](http://clx.cielquis.net)
## Sample input / output
```
$ ./cpp_twitter_oauth_sample
Authorize URL:
https://api.twitter.com/oauth/authorize?oauth_token=M3b2gPJQ51AjTcZKmBssaC7ETTpQtDkcyDSXFv6z8
PIN:
3601325
Access Token:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Access Token Secret:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
User ID:
117958738
Screen Name:
xxxxxxx
```
## Blog (Japanese)
- http://program.pinemz.net/article/211956446.html