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

Options for Other Methods? #9

Open
cogdog opened this issue Nov 26, 2014 · 1 comment
Open

Options for Other Methods? #9

cogdog opened this issue Nov 26, 2014 · 1 comment

Comments

@cogdog
Copy link

cogdog commented Nov 26, 2014

Not really an issue, and I could just fork a change. This works great within a new WP site I am building, except, I am collecting replies to a single account, so I have to change the

$result = $connection->get('statuses/user_timeline', $options);

to

$result = $connection->get('statuses/mentions_timeline', $options);

It's working great, but might there be value in having the API method be a variable??

@lgladdy
Copy link
Contributor

lgladdy commented Nov 27, 2014

Hey cogdog,

Yeh, that makes sense. I'll look into how we can add this in a backwards compatible way!

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

2 participants