Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetNetIf OAuth4Tw mbed HTTPClient
You are viewing an older revision! See the latest version
Homepage
Twitter sample code using OAuth library: http://mbed.org/users/takahashim/libraries/OAuth4Tw/
By using the OAuth library, you can directly tweet without proxy services such as supertweet.net.
Set up on Twitter.com¶
- Create a Twitter account if needed.
- Access "Twitter Developers" web site by using the account: https://dev.twitter.com/
- "Create a new application" in "My applications" menu. Then, fill the form with appropriate information.
- "(Re)create my access token" with an appropriate "Access level." "Read and Write" is required for posting tweets. You can change the Access level in "Application Type" on "Settings" tab later.
- Note "Consumer key", "Consumer secret", "Access token", and "Access token secret" described in "Details" tab.
Set up on mbed¶
- Import the sample program: http://mbed.org/users/geodenx/programs/OAuth4Tw/
- Replace "Consumer key", "Consumer secret", "Access token", and "Access token secret" in main.cpp with yours.
- Compile the code with libraries and install the output binary into your mbed.