pletcherfjo
New Member
I am trying to implement twitter posting on a website. when a user posts an alert and they check off "submit to twitter" I want to send the contents of the box (140 chars of it) to the associated twitter account. So I've done the following:
- Registered a new app in twitter
- Gotten all of my tokens/keys
- Set up the following library: http://scottdesapio.com
- Changed all of the parameters per the instructions