-
Notifications
You must be signed in to change notification settings - Fork 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
Update application/libraries/tweet.php #25
base: master
Are you sure you want to change the base?
Conversation
Some modifications for new api
After applying the changing to the library the $options = array('count' => 10); doesn't seem to working. Thoughts? |
Api version change
Thank you for your update! : ) In my case, I updated some lines like this, Line Number : 107 -> prepend question mark and assign the 'request' key Line Number : 134 -> assign the 'request' key Line Number : 664 ~ 667 -> wrap entire if-condition with comment syntax |
I am using this library and getting this error & Exception can anybody look into this ? Severity: Notice Message: Undefined property: stdClass::$request Filename: libraries/tweet.php Line Number: 207 exception 'tweetException' with message '401 | Request Failed: - ' in D:\xampp\htdocs\jazibpro\application\libraries\tweet.php:207 |
I update the library, and now i can send statuses and do everything. Also i add the possibility to get header from the call, just adding after tweet call: $this -> tweet -> get_header(). Try and if you have any issue just tell me. Right now i am trying to develop function to upload media. |
Hey Marsanla, I can't get the library to work out of the box, should I modify anything else? how do I dump the twitter response? |
Hi @perrohunter, Sorry for my late answer. Actually what's is the exact problem? For me, the library is working, i already used in several projects. You have to get the customer token and customer secret token, and change that into config.php file. Tell me more about your problem. |
Do you have a example using "statuses/update_with_media" using your API? I can`t use it. |
Some modifications for new api