erlang_twitter icon indicating copy to clipboard operation
erlang_twitter copied to clipboard

No result I can see from API calling

Open lbt05 opened this issue 13 years ago • 0 comments

Hi I tried to call API like this. 1> inets:start(). 2> Auth = {"account", "password"}. 3> twitter_client:status_home_timeline(Auth, []).

but for v(3), always get empty list as a result. I try to see some log as response from REST API calling but no found.

lbt05 avatar May 20 '11 07:05 lbt05