[twitter-dev] Error following with oAuth

2010-07-17 Thread EastSideDev
I am using the twitteroauth PHP library. It's working fine for status
updates, but I am getting an error when I try to use it for
notificaitons/follow.

This is not an issue of incorrect/expired tokens, etc, as I am doing
two successive calls from the same app. The first does a status
update, and the second, using the same credentials, tries to follow a
user. When I looked at the test sample that was included with the
library, it did not have a test case for follow (the comments say it
does, but I did not find any).

Anyone with experience using this library for oAuth based follow?


Re: [twitter-dev] Error following with oAuth

2010-07-17 Thread Abraham Williams
Are you trying to follow a user or enable SMS notifications for a user?

What error message are you getting?

Abraham
-
Abraham Williams | Hacker Advocate | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.


On Sat, Jul 17, 2010 at 10:28, EastSideDev eastside...@gmail.com wrote:

 I am using the twitteroauth PHP library. It's working fine for status
 updates, but I am getting an error when I try to use it for
 notificaitons/follow.

 This is not an issue of incorrect/expired tokens, etc, as I am doing
 two successive calls from the same app. The first does a status
 update, and the second, using the same credentials, tries to follow a
 user. When I looked at the test sample that was included with the
 library, it did not have a test case for follow (the comments say it
 does, but I did not find any).

 Anyone with experience using this library for oAuth based follow?