[twitter-dev] Re: A new permission level

2011-05-18 Thread Jon Colverson
you. - Jon -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
Can someone please help with the above code? Thanks, Jon On Mar 25, 3:57 pm, Jon j...@whotweet.net wrote: Thanks... I should've posted the whole thing because now I'm getting another error! This is what I'm trying to do (I really appreciate your help!):       ?php      /* Load required

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
where my error may be? Thanks, Jon On Mar 27, 9:12 am, Blaaze blaazet...@gmail.com wrote: what exactly you want to implement, am a freelancer and you can hire me at good rates. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
to tell. Thanks, Jon On Mar 27, 10:14 am, Blaaze Artifex blaazet...@gmail.com wrote: can you post the exact code and exact error that you are seeing on your browser On Sun, Mar 27, 2011 at 11:38 PM, Jon j...@whotweet.net wrote: All I'm trying to do is pull the user timeline

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
) The error is: Warning: Invalid argument supplied for foreach() in ... on line 78 Thanks, Jon On Mar 27, 1:44 pm, Blaaze blaazet...@gmail.com wrote: in this code above especially in your function twitterTime please remove single quotes and replace them with double quotes and also remove that first

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
is: [ ] shareable [x] ask first [ ] private. On Sun, Mar 27, 2011 at 15:15, Jon j...@whotweet.net wrote: Thanks Blaze... I think we're getting closer, now the error is on like 78 (You can see it here:http://realestateagentswhotweet.com/kristan-cole/ ) Here is the code: ?php get_header

[twitter-dev] Hello with OAuth connection

2011-03-25 Thread Jon
. */ $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET); $xml = $connection-get('statuses/user_timeline.xml?screen_name= $twitterUser'); $xml = new SimpleXMLElement($xml); Thanks, Jon -- Twitter developer documentation and resources: http

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
| blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Fri, Mar 25, 2011 at 14:50, Jon j...@whotweet.net wrote: Hello, I am having trouble with the below code... I am trying to pull a user's timeline. Can someone please let me know where I've gone wrong?    ?php

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Fri, Mar 25, 2011 at 15:44, Jon j...@whotweet.net wrote: Thanks Abraham, I'm getting an error on the last line there though: Parse error: syntax error

[twitter-dev] Twitter stream shuts off every 60 seconds

2011-02-25 Thread jon
Hi, If I try: curl -d @tracking http://stream.twitter.com/1/statuses/filter.json - uUsername:Password tweets.json This shuts off in exactly 60 seconds. If I try the same command with another account... it'll keep on going. Is there any way I can check the status of my account and know when

[twitter-dev] Question on Lists

2011-01-06 Thread Jon
! Thanks, Jon -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter

[twitter-dev] Re: Snowflake: An update and some very important information

2010-10-19 Thread jon
Hi, Will user ids be generated by snowflake in the near future? Is it safe to parse and store them as signed 64bit integers? Thanks. On Oct 18, 8:34 pm, themattharris thematthar...@twitter.com wrote: Thanks to @gotwalt for spotting the missing commas. Fixed JSON sample ... [   {    

[twitter-dev] Re: Snowflake: An update and some very important information

2010-10-19 Thread jon
Hi, You wrote that the IDs are unsigned 64 bit ints, but the IdWorker is pumping out java Longs which are signed. I'm assuming that was a typo, but please clarify. http://github.com/twitter/snowflake/blob/master/src/main/scala/com/twitter/service/snowflake/IdWorker.scala Thanks, - Jon On Oct

[twitter-dev] Is the authorized user count for apps still available?

2010-10-05 Thread Jon Colverson
Hello. I remember seeing somewhere a stat showing how many users had authorized API access for my app, but I can't seem to find it anymore. Is this number no longer available, or is it still there and I'm a dunce for not being able to find it? Thanks. -- Jon -- Twitter developer documentation

[twitter-dev] Re: Is the authorized user count for apps still available?

2010-10-05 Thread Jon Colverson
Oh, thank you. I did try searching the list, but didn't come up with the right query to find it. I guess I'll go look into app analytics! Thanks again. -- Jon On Oct 5, 7:01 pm, Thomas Mango tsma...@gmail.com wrote: Hey, Jon. This was actually just answered recently:http://groups.google.com

[twitter-dev] Need help getting previously registered application set up for OAuth at dev.twitter.com

2010-08-30 Thread Jon Galloway
is shut off. How can we get help with this? - Jon -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group

[twitter-dev] UTF-8 Encoding

2010-06-09 Thread Jon OM
Hi I am using Twitter Rest API method(statuses/update) and trying to set the status with the string öäüõ. But the status is updated as ö on Twitter. I am using UTF-8 encoding before making the request. Am i missing a point.. Can anyone please help me TIA, Jon Om

[twitter-dev] Problem with since_id in search API

2010-05-29 Thread Jon Lazar
? Will I need to regularly run the search thru the API without the since_id to create the search page for the since_id API search? Thanks. -Jon

[twitter-dev] Re: Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-18 Thread Jon
: Make sure the app is set to read and write and that you have authorized a read and write token on your connections page. Abraham On Fri, Apr 16, 2010 at 15:52, Jon j...@jgubman.com wrote: So, I've got the tweetBoxes rendering just fine and doing the onTweet callbacks, but they don't actually

[twitter-dev] Re: parent.twttr.anywhere._signedOutCookiePresent

2010-04-16 Thread Jon
I was getting that same error earlier. Clearing out my cookies seemed to fix it, but doesn't instill confidence... On Apr 16, 2:25 pm, Craig cbernst...@gmail.com wrote: Hello, @Anywhere (just a simple install following the Getting Started instructions) worked on my site yesterday. Today, it

[twitter-dev] Re: parent.twttr.anywhere._signedOutCookiePresent

2010-04-16 Thread Jon
I was getting the same error earlier. Clearing all my cookies seemed to fix it, but doesn't instill confidence... On Apr 16, 2:25 pm, Craig cbernst...@gmail.com wrote: Hello, @Anywhere (just a simple install following the Getting Started instructions) worked on my site yesterday. Today, it is

[twitter-dev] Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-16 Thread Jon
So, I've got the tweetBoxes rendering just fine and doing the onTweet callbacks, but they don't actually post anything to my twitter profile (and, yes, I've authorized the app). Even the example boxes on http://dev.twitter.com/anywhere/begin#tweetbox that post as the My Pet Monster app don't

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread jon
FYI, if anyone wants to get an to do a poor man's version of xAuth, I'd written a script a few months ago to exchange credentials: http://gist.github.com/108144 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/2985c36158742455/6a179766f32f4d50#6a179766f32f4d50 - Jon

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread jon
. On Feb 13, 11:41 am, Dewald Pretorius dpr...@gmail.com wrote: Mmmm it looks as if you're scraping the pre-login Allow/Deny page. That might just get your IP address blackholed. On Feb 13, 11:44 am, jon jonhoff...@gmail.com wrote: FYI, if anyone wants to get an to do a poor man's version

[twitter-dev] Feed page sometimes not actually returning a feed

2009-08-15 Thread Jon Leighton
Hiya, I am displaying a twitter feed on a website. Unfortunately sometimes when my website requests the feed, it doesn't get a feed, but the following instead: HTML HEAD META HTTP-EQUIV=Refresh CONTENT=0.1 META HTTP-EQUIV=Pragma CONTENT=no-cache META HTTP-EQUIV=Expires CONTENT=-1 TITLE/TITLE

[twitter-dev] Re: Mixing basic auth with OAuth

2009-06-18 Thread jon
Hi, I had posted that script: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/2985c36158742455/6a179766f32f4d50 I think it ran at around 1000 conversions/hour, but you can easily parallelize to get more throughput. - Jon On Jun 17, 4:20 pm, Abraham Williams 4bra

[twitter-dev] Sample code to automate the basic to oauth credentials exchange

2009-05-07 Thread jon
into a persistent transactional queue and ran multiple processes in parallel. http://gist.github.com/108144 - Jon

Twitter Developer Nest - An event for our community

2009-02-20 Thread Jon
://twitterdevelopernest.com/2009/02/london-launch-event/ Or follow @devnest for updates. If you are not in the UK and are interested in running an event like this in your part of the world please let me know and we'll see what we can do to help. Best wishes, Jon / @madmotive -- Jonathan Markwell Engineer

Secure Login from Flash SWF

2009-01-14 Thread Jon
I am adding my twitter timeline to my website (online flash portfolio) and have been successful in getting the data using SWX. I currently have the username and password set in the SWF however, and need to change this for obvious security reasons. I am new to PHP and am trying to search the web

Re: Is SSL (TLS/https) officially supported?

2008-11-30 Thread Jon Colverson
Great! Thanks for your reply. -- Jon On Nov 29, 8:09 pm, John Adams [EMAIL PROTECTED] wrote: Officially supported, and recommended.

Is SSL (TLS/https) officially supported?

2008-11-28 Thread Jon Colverson
Hello. I've just started playing around with the REST API and I noticed that https requests work, but I couldn't find this documented in the API docs. Is it officially supported, or something that works accidentally and might go away without warning? Thank you. -- Jon