christhopherguerra / java-twitter

Automatically exported from code.google.com/p/java-twitter
Apache License 2.0
0 stars 0 forks source link

public Api(String username, String password) does not set login credentials #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Api api = new Api("username","password")
2. api.getDirectMessages()
3.

What is the expected output? What do you see instead?

 Expect a list of DM get an exception.

What version of the product are you using? On what operating system?
N/A
0.0.1 on OS X 10.5

Please provide any additional information below.

 The TwitterHttpManager has not yet been created so the values can not be supplied to the 
manager.

Original issue reported on code.google.com by punchCar...@gmail.com on 18 Mar 2008 at 1:30