I've run through a series of authenticated calls with RESTTest via
Firefox with no problems:
o direct messages
o verify_credentials
o followers
For example:
https://twitter.com/direct_messages.xml
Headers:
Accept: application/xml
Content-Type: application/xml
Authorization: Basic (encoded_credentials)
Unfortunately, the method I actually want to get at is not working:
http://twitter.com/notifications/follow/bjhess.xml
Response:
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<request>/notifications/follow/bjhess.xml</request>
<error>There was a problem following the specified user.</error>
</hash>
I see that this addition to the API is relatively green. Any help
would be greatly appreciated, as this is one of only two API calls I
need at this time.