GoogleCodeArchives / xbtweet

Automatically exported from code.google.com/p/xbtweet
0 stars 0 forks source link

Direct Messages aren't displayed due to new permission level of Twitter #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Ensure that a DM is sent to twitter account
2. Wait for a notification to be displayed

What is the expected output? What do you see instead?
A notification should be displayed

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.

Twitter recently updated it's OAuth mechanism.As a result of this; the 
applications have no right to access to DMs by default.In order to resolve the 
problem, application owner must change his application record on 
https://dev.twitter.com/apps as folows: (according to announcment)

If you do need access to direct messages: you will need to edit your
application record on https://dev.twitter.com/apps and change the permission
level of your application to “Read, Write and Direct Messages”. The new
permission will not affect existing tokens which means existing users or
your app or service will need to reauthorize. 

Original issue reported on code.google.com by kayma...@gmail.com on 28 Jul 2011 at 4:36