…I’ve added an example to the GOAuth pages!
It’s a very trivial example, but should be sufficient to get to grips with the package.
These examples been available on github for a while now :
- Original Example
- This is the original example that connects to twitter and uses GET / POST to access different Endpoints.
- Google Buzz
- Accesse the Google Buzz API
- Out Of band via HTTP
- Testing Out of Band Mode using a HTTP Front End – kinda pointless
- CLI Out Of Band
- Using Out of Band Mode to update the Twitter API – Covered in greater detail
Please note that all of these example assume that you create some persistence layer to store the Access Tokens from session to session.
