Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter-Twitter Library
#22

[eluser]alijanah[/eluser]
This may sound stupid but I’m a newbie to API programming but not a PHP or CodeIgniter newbie. I tried this API and have followed as per below :-

This is just an example, not necessarily the search call.

Code:
$this->load->library(’twitter’);
$this->twitter->auth(’user’, ‘pass’);
$timeline = $this->twitter->search(’trends’);
var_dump($timeline);

Now my question is that are all the calls to the API returned as a JSON object array ? Do I have to decode all the calls for the other functions as a JSON object ? Can anybody show some practical examples of a controller with a calls for this API which shows how to decode the JSON and also maybe passing it through the view.
Thanks.


Messages In This Thread
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 05:54 AM
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 06:24 AM
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 07:46 PM
CodeIgniter-Twitter Library - by El Forum - 01-21-2009, 11:54 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 05:28 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 08:05 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 09:16 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 11:30 AM
CodeIgniter-Twitter Library - by El Forum - 02-12-2009, 09:13 AM
CodeIgniter-Twitter Library - by El Forum - 02-12-2009, 10:11 AM
CodeIgniter-Twitter Library - by El Forum - 02-13-2009, 02:54 AM
CodeIgniter-Twitter Library - by El Forum - 02-13-2009, 04:36 AM
CodeIgniter-Twitter Library - by El Forum - 02-16-2009, 06:26 PM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 11:53 AM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 11:59 AM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 12:40 PM
CodeIgniter-Twitter Library - by El Forum - 06-18-2009, 11:20 PM
CodeIgniter-Twitter Library - by El Forum - 06-19-2009, 05:02 AM
CodeIgniter-Twitter Library - by El Forum - 06-19-2009, 01:05 PM
CodeIgniter-Twitter Library - by El Forum - 06-20-2009, 04:21 AM
CodeIgniter-Twitter Library - by El Forum - 06-22-2009, 11:53 AM
CodeIgniter-Twitter Library - by El Forum - 07-03-2009, 09:08 PM
CodeIgniter-Twitter Library - by El Forum - 07-31-2009, 10:59 AM
CodeIgniter-Twitter Library - by El Forum - 11-17-2009, 07:29 PM
CodeIgniter-Twitter Library - by El Forum - 06-09-2010, 05:05 AM
CodeIgniter-Twitter Library - by El Forum - 06-09-2010, 11:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB