Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userLookup does sometimes #64

Open
daniel-lucio opened this issue Aug 2, 2015 · 1 comment
Open

userLookup does sometimes #64

daniel-lucio opened this issue Aug 2, 2015 · 1 comment

Comments

@daniel-lucio
Copy link
Contributor

userLookup() doest not work if vector has more than 1 element, passing only one element works okay.

@daniel-lucio
Copy link
Contributor Author

When a vector has more than 1 element, for example

std::vectorstd::string userInfo;
userInfo.push_back("999999");
userInfo.push_back("888888");

twitterCurl.userLookup(userInfo, true);

it only returns info about 888888, can you please fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant