I'm using Nick Beam's PHP API for Twitter (it's even listed in the
Files of this Google Group at
http://twitter-development-talk.googlegroups.com/web/api_class.phps.txt).
When I use this class, I invariably get 200 Status from Twitter, which
is a good thing. However, whenever I want to update anything, I get
the 200 Status update with the new information I returned, but nothing
gets updated in my Twitter Account. I've gone through the code and
everything seems fine, I can't imagine why it would not be working
esp. when Twitter response is telling me it went through ok. Does
anyone have any suggestions?
I tried putting in some incorrect data and everything comes out
correctly (e.g. 401 status).