Glad to hear you worked this one out and thanks for sharing the
solution that worked for you.

Best,
Matt

On Sat, Aug 21, 2010 at 1:43 PM, kanny <fruhl...@coolgoose.com> wrote:
> Well, it turned out to be one of those micro mistakes. I was reading
> the lasttweetid from a file by
> <code>
> lastid = open('lasttweetid').read
> </code>
> which was appending an "\n" at the end thus messing with the request
> generation in accessToken.
> So, just need to make it
> <code>
> lastid = open('lasttweetid').read.strip
> </code>
> and everything is fine.
> Now that my pet projects are OAuth-enabled, I can heave a sigh of
> relief!
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to