dawoudt / twitcurl

Automatically exported from code.google.com/p/twitcurl
0 stars 0 forks source link

TWITCURL_MENTIONS_URL in twitcurlurls.h should be statuses/mentions_timeline #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compiling the library using the current twitcurlurls.h will cause 
getMentions() to fail with a "page not found error.

What is the expected output? What do you see instead?
getMentions() should work, but results in a "page not found" error. 
TWITCURL_MENTIONS_URL appears to be the only string in its section that hasn't 
been updated with the "_timeline" suffix - getMentions() works if it is updated.

What version of the product are you using? On what operating system?
r129, built on Arch Linux.

Original issue reported on code.google.com by jonathan...@talk21.com on 27 Jun 2014 at 6:48