![]() |
MeNeedz Twitter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: MeNeedz Twitter (/showthread.php?tid=25789) |
MeNeedz Twitter - El Forum - 12-25-2009 [eluser]davidbehler[/eluser] After a request for an easy to use Twitter library, I decided to create one myself that can be used by everyone without much trouble. What sets it apart from other libraries is, that it does not require cURL which is not always available. Additionaly it's of course very easy to use and extend. Download | Documentation Have fun and tell me what you think. David MeNeedz Twitter - El Forum - 12-25-2009 [eluser]Trae R.[/eluser] Nicely done, David! MeNeedz Twitter - El Forum - 12-26-2009 [eluser]wonderbread[/eluser] This doesn't appear to be working for me. It doesn't throw any errors it just can't verify the credentials. What PHP modules (if any) does it need? MeNeedz Twitter - El Forum - 12-26-2009 [eluser]davidbehler[/eluser] Are you using the config file or the setting the config manually using the init function? Both should work fine. What do you get as response? Just add a Code: print_r($result); I thought it does not require any special modules, but maybe I was wrong. I use the json_decode function which is only available in PHP 5.2 and newer. Have you set Code: error_reporting(E_ALL); For older versions of PHP, you might use this instead: jsonwrapper. I have adjusted the library and it now returns the raw response if json_decode is not available. MeNeedz Twitter - El Forum - 12-26-2009 [eluser]Sbioko[/eluser] Thank you for this good library! That's actually what I need! MeNeedz Twitter - El Forum - 12-30-2009 [eluser]hugle[/eluser] thank you waldmeister ![]() your software is always good ![]() MeNeedz Twitter - El Forum - 12-31-2009 [eluser]The Wizard[/eluser] looks really kool! gute arbeit herr waldmeister ![]() MeNeedz Twitter - El Forum - 01-01-2010 [eluser]davidbehler[/eluser] Version 1.01: Fixed an issue with authentication. Status updates did not work. Same download link as in my first post. MeNeedz Twitter - El Forum - 01-02-2010 [eluser]Unknown[/eluser] thanks david.. just what i need. MeNeedz Twitter - El Forum - 01-02-2010 [eluser]Sbioko[/eluser] Offtopic message, but: What does MeNeedz mean? Thank you :-) |