How to send DMs on Twitter without permission
homakov.blogspot.com
How to send DMs on Twitter without permission
1–10 of 60 posts
Re: How to send DMs on Twitter without permission
#2Re: How to send DMs on Twitter without permission
#3This part of Twitter's "Get Better" problem - where they've allowed SMS commands to be activated via non-SMS interfaces - http://techcrunch.com/2012/05/26/twitter-get-better/
Of course, it doesn't help that Twitter's permissions system is really poorly thought out. An app which only wants to read your Tweets also has WRITE access as well.
Re: How to send DMs on Twitter without permission
#4the 'd' syntax for sending DMs has been around from nearly the beginning (or from the actual beginning?) of Twitter. That in itself is not a bug. However, Twitter should be stripping that leading 'd' from anything that is reposting or from a 3rd party OAauth session.
Re: How to send DMs on Twitter without permission
#5Re: How to send DMs on Twitter without permission
#6It's definitely a bug. Twitter requires clients to ask for the DM permission before they can send DMs. With Egor's approach, clients can privilege-escalate themselves to send DMs even if they never asked for that permission (although they still need to be authorized to send tweets).
Also, even worse, Twitter doesn't consider it a bug, according to the person who originally reported it (who was not Egor): https://twitter.com/DaKnObCS/status/411869431036653568
And here's a response from Ben Ward, the Twitter web lead: https://twitter.com/benward/status/411924515459850240
Re: How to send DMs on Twitter without permission
#7This is the same guy who hacked GitHub (and Rails) with the multiple assignment hack, among other things.
Re: How to send DMs on Twitter without permission
#8the 'd' syntax for sending DMs has been around from nearly the beginning (or from the actual beginning?) of Twitter. That in itself is not a bug. However, Twitter should be stripping that leading 'd' from anything that is reposting or from a 3rd party OAauth session.
There were worse commands, I remember there was a 'follow' command (not sure it was called like that), twitter disabled this
The d command has some user experience value, however, yes, it makes no sense for twitter to accept it on non twitter apps (meaning, those that don't provide the twitter experience - like mobile clients, tweetdeck, etc)
Re: How to send DMs on Twitter without permission
#9Free invite link >> https://join.app.net/from/fjjgdclsjq
Re: How to send DMs on Twitter without permission
#10This is the same guy who hacked GitHub (and Rails) with the multiple assignment hack, among other things.