erlang_twitter
erlang_twitter copied to clipboard
An Erlang twitter client
Rebar insists that the .app file be named the same as the application clause inside it. It also insists that any beam files placed into ebin get listed in the...
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...
Hi, I've started using erlang_twitter client to tweet but unsuccessfully. I'm trying to tweet using access that I've provided from my account to my application. I use the following code...
The twitter_client.erl code mentions 'gen_server' in the comments, but I don't see any gen_server behaviors there.