Hi,
i am working in a university project, and i want to use Twitter API with Oauth authorization from arduino, i have tried with rthe first library you see it here in this post http://arduino.cc/forum/index.php/topic,156599.0.html, so we can post a tweet with library,
but i found a new one that give access to all Twitter API, with the GET o POST method.here is the library https://github.com/ReturnPath/contextio-arduino,
i want to use a GET methode for an API, FOR EXAMPLE GET /1.1/statuses/home_timeline.json, FOR THAT THE LIBRARY METHOD IS :
the result
OAuthejemplo.ino: In function 'void setup()':
OAuthejemplo:43: error: no matching function for call to 'OAuth::post(const char [16], const char [30], std::map<char*, char*, std::less<char*>, std::allocator<char*> >&, const char*&)'
D:\ETSIT sistemas electronicos\arduino-1.0.3\libraries\OAuth/OAuth.h:75: note: candidates are: bool OAuth::post(const char*, const char*, std::map<const char*, const char*, std::less<const char*>, std::allocator<const char*> >, const char)
what should i do ? how can i declare the variable?
any help please