![]() |
codeigniter 2.2 / twitter library need - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: codeigniter 2.2 / twitter library need (/showthread.php?tid=60991) |
codeigniter 2.2 / twitter library need - El Forum - 08-21-2014 [eluser]mstdmstd[/eluser] Hello, I need some good codeigniter 2.2 twitter library, for main operations( posting tweet, following...) in twitter using CI I googled in net and found some libs : I found this https://github.com/simonmaddox/codeigniter-twitter/tree/master with message "Please note this library no longer works now that Twitter have turned off Basic Authentication". Is it library useless now because of current twitter options ? I searched more and found several dead links. If there is something good for me ? Thanks! codeigniter 2.2 / twitter library need - El Forum - 08-21-2014 [eluser]Flemming[/eluser] Looks like you may have to start with a twitter oauth library (here's one for CI:https://github.com/MunGell/Codeigniter-TwitterOAuth) and then delve into the twitter api documentation and examples to create the functions yourself to post tweets etc. codeigniter 2.2 / twitter library need - El Forum - 08-23-2014 [eluser]mstdmstd[/eluser] Thanks, but when I tried to create new twitter application on https://apps.twitter.com/app/new link I got error message: Quote:ErrorI followed by url above and made steps for creating account http://s16.radikal.ru/i190/1408/75/a1c2cbdd451e.png I use gmail account, but I still did not receive any confirmatiom email. How knows what is wrong ? About 24 hours has gone... Anybody knows if service works ? codeigniter 2.2 / twitter library need - El Forum - 08-29-2014 [eluser]mstdmstd[/eluser] I found how create new app for Twitter ! Also I have a question is this lib compatible with Twitter API Version 1.1 ? Seems Twitter API Version 1.1 is latest /current version of Twitter API ? codeigniter 2.2 / twitter library need - El Forum - 08-30-2014 [eluser]mstdmstd[/eluser] Trying to watch how these examples works app authorize page is opened and I see next message : Quote:This application will be able to: Are these the only options my app can do ? How can I to make twitter make all operations from the second list? setting my app I did not see any more options... codeigniter 2.2 / twitter library need - El Forum - 09-01-2014 [eluser]Flemming[/eluser] Sorry, I can't help you with this as I have no idea! But please when you figure it out, post your solution here for us! Good luck :-) |