-
Notifications
You must be signed in to change notification settings - Fork 333
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
php5.6 #187
Comments
Same issue, any update ? |
the 403 will be coming back from Twitter with some message explaining what the cause of the 403 was. |
Thanks for the quick reply but I put my production back in PHP 5.5 and don't have an other environment to test it. Maybe @electrototo11 can inspect the response ? |
Hi, |
By the way, the problem only occurs (at least for me) when posting a tweet with a picture. Simple tweets (only text) was OK. |
yes, same for me |
we have this library working with php 5.6 for weeks now - no problem at all. as @themattharris pointed out, please have a look at the error message concerning your api call! |
can you var_dump $tmhOAuth->response and share what it says |
Hello,
To fix the problem I changed how attach image. I've changed this line
with
and now it's works. |
I try now it's works ! Perfect ! thanks ik0. |
Working fine, thanks @ik0 ! |
Hi,
The program works with PHP5.5 but no longer works in 5.6, 403 error on my script :(
How I can do ?
Thanks
The text was updated successfully, but these errors were encountered: