-
-
Notifications
You must be signed in to change notification settings - Fork 147
Added a few methods, fixed POST methods #72
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
base: master
Are you sure you want to change the base?
Conversation
Some POST methods need the data in the URL query parameters, like the GET methods
|
Images and text cannot be published. It does not work It does not show any error. But only publish text |
|
@joska1993 is this problem occurring with the specific change in this PR? |
|
I got the same problem with images. Text messages are sent, images not. I checked the media_id which is created correctly, however the result object after the tweet->send does not contain any media_url. Sorry, I guess it was the wrong place to post the message. It was my first on github :-) |
|
This PR actually fixes the "no images" problem when tweeting. It would be nice if it was merged, as right now I'm editing files in my vendor folder in order to make it work edit: I placed your repo URL as a repository and pointed it in composer.json to use your patch version: Ran |
|
@avramovic for a temporary solution like that, a better approach would be to add |
|
@peterjaap That looks interesting. Thank you, I'll check it out. |
|
@dg can you merge this? Still open.. |
Some POST methods need the data in the URL query parameters, like the GET methods