Open GoogleCodeExporter opened 9 years ago
Twitter has always had issues with updates in it's distributed system. My hunch
would be will be closing this in a couple days :)
Original comment by bear42
on 17 Oct 2010 at 11:19
5 days, no change.
Test the twitter.Api PostUpdate method ... ok
That didn't actually tweet, right?
Looking at the code:
class ApiTest(unittest.TestCase):
def setUp(self):
self._urllib = MockUrllib()
api = twitter.Api(consumer_key='CONSUMER_KEY',
consumer_secret='CONSUMER_SECRET',
access_token_key='OAUTH_TOKEN',
access_token_secret='OAUTH_SECRET',
cache=None)
Original comment by cfkars...@gmail.com
on 23 Oct 2010 at 7:24
whack. now it works.
it = I just setup a 2nd app, made it RW as part of the setup (first one I set
as RO, then changed to RW later.)
Original comment by cfkars...@gmail.com
on 23 Oct 2010 at 7:53
Had the same problem, waited awhile and despite the app page showing Read +
Write, never could post.
On a hunch, recreated my access token, and voila -- worked first time,
instantly. I expect the new tokens invalidated a cache and or the old ones
never update, and it's just undocumented that you must generate new tokens with
new permissions attached to them...?
Original comment by aaron.x...@gmail.com
on 17 Feb 2012 at 12:28
Original issue reported on code.google.com by
cfkars...@gmail.com
on 17 Oct 2010 at 9:14