bitemyapp / bitemyapp/twitcurl
TWITCURL_MENTIONS_URL in twitcurlurls.h should be statuses/mentions_timeline
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in twitcurlurls.h, focusing on the mentions URL constants and the getMentions() entry point. Confirm the endpoint used by getMentions() matches the other timeline URLs, then verify that the call no longer produces a page-not-found error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100