simple webapp to get chatter access token
- regist developer force
- App Setup -> Create -> Connected Apps -> New
- create your app
- Input
https://get-chatter-accesstoken.herokuapp.com/callback/#{YOUR_UNIQUE_NAME}
to Callback URL - write random name in
#{YOUR_UNIQUE_NAME}
- because we use same callback url in muliple apps. (I tried hash and query string, but not used)
- move http://get-chatter-accesstoken.herokuapp.com/
- input and submit
- input and submit
- show xml (including accesstoken)