[twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread R
Why not use the more complete and cleaner OAuth. Eventually, this will be a Twitter requirement. http://code.google.com/p/gtm-oauth/ On Aug 8, 11:15 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Hai Solyda, You must raise a ticket in twitter site to get the permission to use

[twitter-dev] Re: NSURLConnection

2011-06-27 Thread R
up everything for a minute or so, plus it’s just bad to write network code that works synchronously. :) -ev On Jun 27, 2011, at 00:36, R wrote: Any opinions on which approach is better. NSData *data = [NSURLConnection sendSynchronousRequest:request

[twitter-dev] Detecting Over Capacity

2011-06-27 Thread R
I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names: id - checking for nil title - contains the string capacity This seem rather clunky. Is there a better way? -- Twitter developer documentation and resources:

[twitter-dev] NSURLConnection

2011-06-26 Thread R
Any opinions on which approach is better. NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:response

[twitter-dev] Re: Update status d returns success response but doesn't show up on web

2011-06-25 Thread R
/entries/14020-official-twitter-text-commands Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Fri, Jun 24, 2011 at 3:40 PM, R r4eem...@gmail.com wrote: 'w' is another On May 13, 10:34 am, e.p.c. epcoste...@gmail.com wrote

[twitter-dev] Re: Update status d returns success response but doesn't show up on web

2011-06-24 Thread R
'w' is another On May 13, 10:34 am, e.p.c. epcoste...@gmail.com wrote: On May 13, 6:29 am, SN Testing sngtwt...@gmail.com wrote: when update status with one character d returns success response but the new status doesn't show up on web; when update status with a or b or c or e, it shows

[twitter-dev] Re: Ampersand

2011-05-29 Thread R
...@spiffytech.com wrote: This is OT for this list, but you need to use NSString's -stringByAddingPercentEscapesUsingEncoding: method (or similar) to encode characters correctly for URLs. l8r Sean On May 27, 2011, at 9:10 PM, R wrote: I'm using cocoa and NSUTF8StringEncoding.   When I post a sentence

[twitter-dev] Re: Ampersand

2011-05-29 Thread R
) to encode characters correctly for URLs. l8r Sean On May 27, 2011, at 9:10 PM, R wrote: I'm using cocoa and NSUTF8StringEncoding.   When I post a sentence that contains the ampersand (), all text that follows is removed from the resulting tweet. How should I deal

[twitter-dev] Re: setFollow Filter mentions

2011-03-25 Thread Hope R.
Yes - I just added an if statement in parse_tweets.php after line 48: //get list of acceptable userids if ($user_id == 123456789 || $user_id == 234567890 || $user_id == 345678901) { With a closing tag at the bottom before the sleep (); statement. Works great for me! On Thu, Mar 24, 2011 at

[twitter-dev] setFollow Filter mentions

2011-01-15 Thread Hope R.
Hi - I've installed the database server and it works like a charm! Thanks so much for putting the time into this project. For my purposes, I'm using setFollow with an array of userIDs for the stream. I need to display mentions only from the users that are included in the setFollow array.

[twitter-dev] Why is the people search in the @Anywhere API restricted to first page.

2011-01-04 Thread Pradheep A R
Hi, i have a requirement of fetching more than 20 people search results from the Twitter API. As per http://dev.twitter.com/doc/get/users/search, the page attribute allows us to get the nth page of a search. So i can make multiple HTTP requests to get more people. However, i couldn't find a way

[twitter-dev] Re: retweeted variable in home timeline

2010-09-02 Thread p r
thanks for the answer, retweeted_by_me gets only the retweeted statuses. to show in regular timelines the retweeted statuses is the variable retweeted the best way. i will waiting until the problems solved. greetings On 1 Sep., 03:32, Matt Harris thematthar...@twitter.com wrote: Hey p r

[twitter-dev] retweeted variable in home timeline

2010-08-31 Thread p r
Hello, i receive per api my timeline and i want to show when the tweets retweeted by me. But the variable retweeted in every status is always empty. What is wrong, has everyone similar experiences? greetings -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

Re: [twitter-dev] Update on Missing tweets from Profile page issue

2010-04-04 Thread Adriano R.
Hello, Anyone know what might be happening in this issue? Greetings! 2010/3/31 Adriano R. adriano@gmail.com Mark, My twitter is @adrossetto I have some tweets between March 13rd and March 28th and they doesn't appear in my profile, but they appear in my home. Thanks! 2010/3/31

Re: [twitter-dev] Update on Missing tweets from Profile page issue

2010-03-31 Thread Adriano R.
Mark, My twitter is @adrossetto I have some tweets between March 13rd and March 28th and they doesn't appear in my profile, but they appear in my home. Thanks! 2010/3/31 Mark McBride mmcbr...@twitter.com This issue was fixed. We think. If it's still occurring let us know. ---Mark

[twitter-dev] Re: Sign in with Twitter

2009-04-16 Thread Ahmed R
Awesome this will definitely improve the process. In particular the users will only have to face the question of Deny or Allow access only once. The only problem I foresee is if multiple users use the same computer. This way if USERA is already signed in to Twitter and USERB attempts to log into

Re: IP ranges from The Planet will be blocked

2009-01-10 Thread R. Moose
What is the current status of this? The issue arises as lots of other 'hosting' companies (such as HostGator) also co-locate with The Planet's datacenters. If Twitter does blacklist a range of IP addresses, will they be provided so that we can check to see if it is possible that any issues