-
Notifications
You must be signed in to change notification settings - Fork 124
Adding support post status with media #148
base: master
Are you sure you want to change the base?
Conversation
…update_status_with_media
…e with update_status_with_media call
It doesn`t work |
pacomitico - are you sure that you incorporated all of the required changes? These changes have been operating without any problems on my website for the past 3 months |
Added curly brackets to correct syntax
pacomitico - it could have been the typo in EpiOAuth.php which stopped it from working - can you please check? |
typo?
|
See the minor change to EipOAuth.php - This corrects a typo - it adds some curly braces. You say 'It doesn't work" - but that is not exactly helpful - in what way - do you get an error message, or do the posts just do nothing? |
Rich thanks for the assistance. |
Yes, curly braces is in place. if you have it running could you send me the whole example? (.tar,.rar or Thanks a lot
|
Email me via my website www.rwapservices.co.uk (so I can have your email address) and I can then send you a zip file - you will need to compare your own code to see what error you may have made !! |
As suggested by aaronwaldon - changes implemented as the search and media upload endpoints are no longer a separate URI (https://dev.twitter.com/docs/api/1.1).
Have updated functions in EpiOAuth.php and EpiTwitter.php in line with the suggestion at http://stackoverflow.com/a/7309781.
Have also added a new test (although I have not been able to test this as yet...)