[twitter-dev] Re: A new permission level

2011-05-18 Thread Jon Colverson
pp. Thank 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

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
//twitter.com/abraham> | github.com/abraham | blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. > > > > > > > > On Sun, Mar 27, 2011 at 15:15, Jon wrote: > > Thanks Blaze... I think we're getting closer, now the error is on like > &

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
target=\"_blank\">$profileName\n"; echo "\n"; echo " $statusRealName\n"; echo "\n"; echo "$status\n"; echo "\n"; echo "$statusDate

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
ing structurally above or below this code. Am I missing some brackets or something somewhere? I'm not good enough with PHP to be able to tell. Thanks, Jon On Mar 27, 10:14 am, Blaaze Artifex wrote: > can you post the exact code and exact error that you are seeing on your > browser?

[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Jon
ase let me know where my error may be? Thanks, Jon On Mar 27, 9:12 am, Blaaze 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://t

[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 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!): > >        

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
echo "\n"; echo "\n"; echo "\n"; echo "\n"; } ?> On Mar 25, 3:52 pm, Abraham Williams <4bra...@gmail.com> wrote: > Oops. I had a type. The = ne

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
vocate | abrah.am > <http://abrah.am>Just launched from Answerly <http://answerly.com>: > InboxQ<http://inboxq.com>for Chrome > @abraham <https://twitter.com/abraham> | github.com/abraham | blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. &g

[twitter-dev] Hello with OAuth connection

2011-03-25 Thread Jon
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? get('statuses/user_timeline.xml?screen_name= $twitterUser'); $xml = new SimpleXMLElement($xml); Thanks, Jon -

[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 I'

[twitter-dev] Question on Lists

2011-01-06 Thread Jon
y appreciated! 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.goo

[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 Tha

[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 wrote: > Thanks to @gotwalt for spotting the missing commas. > > Fixed JSON sample ... > > [ >   { >     "coordinates": null, >

[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 wrote: > Hey, Jon. This was actually just answered > recently:http://groups.google.c

[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 doc

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

2010-08-30 Thread Jon Galloway
up before basic auth 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 memb

[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
@gmail.com> wrote: > 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 wrote: > > So, I've got the tweetBoxes rendering just fine and doing t

[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 crea

[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 wrote: > Hello, > > @Anywhere (just a simple install following the Getting Started > instructions) worked on my site yesterday. Today, it is dead: > > platfo

[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 wrote: > Hello, > > @Anywhere (just a simple install following the Getting Started > instructions) worked on my site yesterday. Today, it is dead: > > platf

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

2010-02-13 Thread jon
quired now. On Feb 13, 11:41 am, Dewald Pretorius 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 wrote: > > > > > FYI, if anyone wants to get an to do a

[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#6a179766f32f4

[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: It happens somewhat erratically. Any ideas? Cheers

[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 <4

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

2009-05-07 Thread jon
onversions 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
ere: http://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 Ma

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 an

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