bitemyapp / bitemyapp/twitcurl
Only seem to be able to reply to my own tweets?
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Call statusUpdate
2.
3.
What is the expected output? What do you see instead?
I expect to be able to reply to any tweet by using the ID.
I can only reply to my own tweets.
What version of the product are you using? On what operating system?
Latest twitcurl available. Windows 7.
Please provide any additional information below.
void ReplyTweet(twitCurl* pointer)
{
std::cout<<"Enter tweet id to wish to reply to:";
std::cin>>id;
std::cout<<"Enter a tweet:";
std::cin>>tmpStr;
*/
std::string replyMsg="";
if( pointer->statusUpdate( tmpStr, id))
{
pointer->getLastWebResponse( replyMsg );
std::cout<<"Tweet\t"<
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the statusUpdate call shown in ReplyTweet and reproduce it with an ID belonging to another user's tweet, checking the returned web response for the failure details. Determine whether the API call is using the reply ID as intended; done means replying succeeds for an eligible non-owned tweet ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100