CodeIgniter-Twitter Library |
[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’); 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.
[eluser]Alan Wizemann[/eluser]
Great work, trying it out now. The RSS one from Elliot uses the '?' symbol in the URL. I don't like that, but his library works very well (FYI).
[eluser]hugle[/eluser]
Hello everyone... I somehow can't update my status.. I'm using this: Code: $this->load->library('twitter'); I have also changed config.php with Code: $config['permitted_uri_chars'] = 'a-z ? 0-9~%.:_\-'; I wonder why I still can't post the tweets to my account..? Thank you
[eluser]hugle[/eluser]
[quote author="pragmatical" date="1276099555"]Hi hugle, I have the same problem[/quote] hi, try this: http://ellislab.com/forums/viewthread/139557/ |
Welcome Guest, Not a member yet? Register Sign In |