You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twytho...@googlegroups.com
I'm trying to post a tweet with long & lat stamps, but it does nothing:
twitter = Twython(twitter_token = CONSUMER_KEY,
twitter_secret = CONSUMER_SECRET,
oauth_token = ACCESS_KEY,
oauth_token_secret = ACCESS_SECRET)
twitter.updateStatus(status = t['msg'],
lat = t['lat'],
long = t['long'])
Am I missing something (or is this even supported?)?
-a.
Ryan McGrath
unread,
May 15, 2011, 10:43:45 PM5/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twytho...@googlegroups.com
Hey there,
It should be supported, yes... hmmm. Any chance you could post a dump of the call that's being made? Happy to look into this, just need a bit more information.
- Ryan
Edward Hades
unread,
May 16, 2011, 4:27:48 AM5/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twytho...@googlegroups.com
What are the exact values of t['lat'] and t['long']?