[twitter-dev] Way to use JSON offline?

2010-03-20 Thread Cassidy
Anyone know a way to just use a local JSON file, taken from a twitter API call, to test an app with in PHP? Right now I'm testing with actual calls to the API, but I don't want to have to keep tracking how many calls I've made within the hour. Thanks! To unsubscribe from this group, send email to

[twitter-dev] Scheduling send times for tweets

2010-03-18 Thread Cassidy
I'm trying to put together a twitter app so I can easily send myself reminders...what I'm currently doing is using HootSuite to manually schedule tweets to be sent out at specific times to my personal account. I'd like to make it so that I can mention my reminder twitter account and then it will ta

[twitter-dev] Re: Undefined Index Notice with PHP w/ statues/mentions method

2010-03-17 Thread Cassidy
d me"; > > } > > Abraham > > > > > > On Tue, Mar 16, 2010 at 20:01, Cassidy wrote: > > Like many others who post on these type of boards, I'm going to first > > mention that I'm a newb. > > > Note: I'm using the PHP library Twtt

[twitter-dev] Undefined Index Notice with PHP w/ statues/mentions method

2010-03-16 Thread Cassidy
7;t really fix it...anybody have an idea to resolve this? Thanks, Cassidy Here is my code snippet: getMentions(array('page'=>1), 'json'); $mentions_decode = json_decode($mentions); echo "@" . $mentions_decode['screen_name'] . " just mentioned me"; \ \The line giving me the notice ?>