erlang_twitter
erlang_twitter copied to clipboard
No result I can see from API calling
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.