Re: [twitter-dev] Suggestion for new feature ..

2010-11-04 Thread Ronak Kumar Samantray
It would be super-cool to have this feature. Many a times i just skip the
tweet for future reference, it would cool if i could mark it somehow..

Ronak Kumar Samantray
Hyderabad

Mobile : +91-9347290267
   040-66933916


On Fri, Nov 5, 2010 at 2:32 AM, Edward Hotchkiss  wrote:

> borat, check out hootsuite. this is a list for dev not end-users.
>
> Best,
>
> --
> Edward H. Hotchkiss
> http://www.edwardhotchkiss.com/
> http://www.twitter.com/edwardhotchkiss/
> --
>
>
>
>
>
> On Nov 4, 2010, at 12:03 PM, Alexandre E. Knorst wrote:
>
>  Hi Guys !!
>>
>> I´m use Twitter for a short time.
>>
>> Sometimes I see important tweets attached with movies and URL links,
>> but, don´t have time for read on this moment.
>> It´s possible mark that tweet for read later ???
>>
>> And .. other important feauture will be score for ranking tweets.
>>
>> Thanks,
>>
>> --
>> 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-development-talk
>>
>
>
> --
> 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-development-talk
>
>

-- 
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-development-talk


Re: [twitter-dev] How to authorize from Client-Mobile-Application

2010-09-13 Thread Ronak Kumar Samantray
Once i get the access token, how long can i retain i use it for ? So that i
need not ask the user to do the whole process again ? Is it that once in a
lifetime ?

Ronak Kumar Samantray
Hyderabad

Mobile : +91-9347290267
   040-66933916


On Tue, Sep 14, 2010 at 2:05 AM, Taylor Singletary <
taylorsinglet...@twitter.com> wrote:

> Correct, you would still need to ask the user to go to a specific web page,
> where they will be asked to authorize your application and then be presented
> with a PIN code that they would enter in your application.
>
> Taylor
>
>   On Mon, Sep 13, 2010 at 1:32 PM, Ronak Kumar Samantray <
> ronak@gmail.com> wrote:
>
>>   In the OOB flow also i need to redirect the user to an URL isnt it
>> where he needs to key-in a PIN code ? Or am i missing something ?
>>
>> Thanks
>> Ronak
>> --
>>
>> Ronak Kumar Samantray
>> Hyderabad
>>
>> Mobile : +91-9347290267
>>040-66933916
>>
>>
>>   On Tue, Sep 14, 2010 at 1:59 AM, Taylor Singletary <
>> taylorsinglet...@twitter.com> wrote:
>>
>>>  Some mobile clients opt to use a form of OAuth called xAuth for
>>> authenticating users without the web-page-song-and-dance. You can find out
>>> more about xAuth at http://dev.twitter.com/pages/xauth and can request
>>> permissions to utilize it by sending a detailed note to a...@twitter.com-- 
>>> it is unlikely whether you'll receive authorization to use xAuth within
>>> 20 hours (it generally takes 3 or more days). Otherwise, you can still
>>> direct users through the "out of band" OAuth flow.
>>>
>>> Thanks,
>>> Taylor
>>>
>>>   On Mon, Sep 13, 2010 at 12:29 PM, ronak  wrote:
>>>
>>>>  Hi,
>>>>
>>>> I am developing a client application (not a web application). I am
>>>> able to get the token and the token secret. Now how do i authorize the
>>>> user ? Because for authorization i see the documentation asking me to
>>>> redirect the user to a particular web-location !! How can i achieve
>>>> this using a client-app ?
>>>>
>>>> Please help me out. I have to hit a delivery date in another 20 hours :
>>>> (
>>>>
>>>> Thanks
>>>> Ronak
>>>>
>>>> --
>>>> 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-development-talk?hl=en
>>>>
>>>
>>> --
>>> 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-development-talk?hl=en
>>>
>>
>> --
>>   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-development-talk?hl=en
>>
>
>   --
> 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-development-talk?hl=en
>

-- 
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-development-talk?hl=en


Re: [twitter-dev] How to authorize from Client-Mobile-Application

2010-09-13 Thread Ronak Kumar Samantray
In the OOB flow also i need to redirect the user to an URL isnt it where he
needs to key-in a PIN code ? Or am i missing something ?

Thanks
Ronak
--

Ronak Kumar Samantray
Hyderabad

Mobile : +91-9347290267
   040-66933916


On Tue, Sep 14, 2010 at 1:59 AM, Taylor Singletary <
taylorsinglet...@twitter.com> wrote:

> Some mobile clients opt to use a form of OAuth called xAuth for
> authenticating users without the web-page-song-and-dance. You can find out
> more about xAuth at http://dev.twitter.com/pages/xauth and can request
> permissions to utilize it by sending a detailed note to a...@twitter.com --
> it is unlikely whether you'll receive authorization to use xAuth within 20
> hours (it generally takes 3 or more days). Otherwise, you can still direct
> users through the "out of band" OAuth flow.
>
> Thanks,
> Taylor
>
>   On Mon, Sep 13, 2010 at 12:29 PM, ronak  wrote:
>
>>  Hi,
>>
>> I am developing a client application (not a web application). I am
>> able to get the token and the token secret. Now how do i authorize the
>> user ? Because for authorization i see the documentation asking me to
>> redirect the user to a particular web-location !! How can i achieve
>> this using a client-app ?
>>
>> Please help me out. I have to hit a delivery date in another 20 hours :
>> (
>>
>> Thanks
>> Ronak
>>
>> --
>> 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-development-talk?hl=en
>>
>
> --
> 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-development-talk?hl=en
>

-- 
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-development-talk?hl=en


[twitter-dev] How to authorize from Client-Mobile-Application

2010-09-13 Thread ronak
Hi,

I am developing a client application (not a web application). I am
able to get the token and the token secret. Now how do i authorize the
user ? Because for authorization i see the documentation asking me to
redirect the user to a particular web-location !! How can i achieve
this using a client-app ?

Please help me out. I have to hit a delivery date in another 20 hours :
(

Thanks
Ronak

-- 
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-development-talk?hl=en


[twitter-dev] Re: Deleted status still in JSON, not in XML

2010-06-10 Thread Ronak
Hi Mark,

Is this issue fixed now.

On May 28, 4:05 pm, Mark McBride  wrote:
> I can reproduce this, and am taking a look now.
>
>    ---Mark
>
> http://twitter.com/mccv
>
> On Fri, May 28, 2010 at 9:57 AM, Ronak  wrote:
> > Hi Twitter API Team,
>
> > This looks like long standing issue in the actual API, Can any one
> > confirm this from your team and fix it.
>
> > I have seen this issue in 2009 Feb also.
>
> > On Apr 22, 1:50 pm, Ricky  wrote:
> >> Has anyone seen this behavior before? Is this a once in a lifetime
> >> event? I (still) haven't found any mention of this anywhere.
>
> >> Ricky
>
> >> On Apr 20, 2:47 pm, Ricky  wrote:
>
> >> > I've had a bug submitted by a user of the Twitterizer .NET library,
> >> > and it appears to be a possible bug with the Twitter API.
>
> >> > After destroying a status, the /users/show/screen_name.json result
> >> > still contained the destroyed status, while the /users/show/
> >> > screen_name.xml results (correctly, I think) contains the previous
> >> > status.
>
> >> > Below is the example, both from the user "ronneylovely". The status
> >> > "wow" has been deleted.
>
> >> > Thanks in advance for any insight or attention you give,
> >> > Ricky
>
> >> > JSON (api.twitter.com/1/users/show/ronneylovely.json):
> >> > {"favourites_count":1,"created_at":"Thu Apr 15 15:23:35 +
> >> > 2010","profile_sidebar_fill_color":"e0ff92","description":null,"contributor
> >> >  s_enabled":false,"time_zone":null,"status":
> >> > {"in_reply_to_status_id":null,"created_at":"Mon Apr 19 22:05:12 +
> >> > 2010","in_reply_to_user_id":null,"truncated":false,"source":"web","favorite
> >> >  d":false,"id":
> >> > 12478411850,"in_reply_to_screen_name":null,"text":"wow"},"following":false,
> >> >  
> >> > "geo_enabled":false,"profile_sidebar_border_color":"87bc44","url":null,"ver
> >> >  
> >> > ified":false,"profile_background_color":"9ae4e8","location":null,"profile_b
> >> >  ackground_image_url":"http://
> >> > s.twimg.com/a/1271213136/images/themes/theme1/
> >> > bg.png","profile_text_color":"00","followers_count":
> >> > 0,"protected":false,"profile_image_url":"http://s.twimg.com/a/
> >> > 1271213136/images/
> >> > default_profile_3_normal.png","notifications":false,"profile_background_til
> >> >  e":false,"name":"ronneylovely","friends_count":
> >> > 4,"profile_link_color":"ff","screen_name":"ronneylovely","id":
> >> > 133348295,"lang":"en","statuses_count":2,"utc_offset":null}
>
> >> > XML (api.twitter.com/1/users/show/ronneylovely.xml):
> >> > 
> >> >   133348295
> >> >   ronneylovely
> >> >   ronneylovely
> >> >   
> >> >   
> >> >   http://s.twimg.com/a/1271725794/images/
> >> > default_profile_3_normal.png
> >> >   
> >> >   false
> >> >   0
> >> >   9ae4e8
> >> >   00
> >> >   ff
> >> >   e0ff92
> >> >   87bc44
> >> >   4
> >> >   Thu Apr 15 15:23:35 + 2010
> >> >   1
> >> >   
> >> >   
> >> >   http://s.twimg.com/a/1271725794/images/
> >> > themes/theme1/bg.png
> >> >   false
> >> >   
> >> >   false
> >> >   false
> >> >   
> >> >   1
> >> >   en
> >> >   false
> >> >   
> >> >     Thu Apr 15 15:25:38 + 2010
> >> >     12228846134
> >> >     testing this thing
> >> >     web
> >> >     false
> >> >     
> >> >     
> >> >     false
> >> >     
> >> >     
> >> >     
> >> >     
> >> >     
> >> >   
> >> > 
>
> >> > --
> >> > Subscription 
> >> > settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Deleted status remains in JSON, not in XML

2010-05-28 Thread Ronak
Hi Twitter API Team,

I am able to reproduce this issue. Can you guys please confirm it and
fix it.

http://groups.google.com/group/twitter-development-talk/browse_thread/thread/dcc1486532858e04



[twitter-dev] Re: Deleted status still in JSON, not in XML

2010-05-28 Thread Ronak
Hi Twitter API Team,

This looks like long standing issue in the actual API, Can any one
confirm this from your team and fix it.

I have seen this issue in 2009 Feb also.


On Apr 22, 1:50 pm, Ricky  wrote:
> Has anyone seen this behavior before? Is this a once in a lifetime
> event? I (still) haven't found any mention of this anywhere.
>
> Ricky
>
> On Apr 20, 2:47 pm, Ricky  wrote:
>
> > I've had a bug submitted by a user of the Twitterizer .NET library,
> > and it appears to be a possible bug with the Twitter API.
>
> > After destroying a status, the /users/show/screen_name.json result
> > still contained the destroyed status, while the /users/show/
> > screen_name.xml results (correctly, I think) contains the previous
> > status.
>
> > Below is the example, both from the user "ronneylovely". The status
> > "wow" has been deleted.
>
> > Thanks in advance for any insight or attention you give,
> > Ricky
>
> > JSON (api.twitter.com/1/users/show/ronneylovely.json):
> > {"favourites_count":1,"created_at":"Thu Apr 15 15:23:35 +
> > 2010","profile_sidebar_fill_color":"e0ff92","description":null,"contributor 
> > s_enabled":false,"time_zone":null,"status":
> > {"in_reply_to_status_id":null,"created_at":"Mon Apr 19 22:05:12 +
> > 2010","in_reply_to_user_id":null,"truncated":false,"source":"web","favorite 
> > d":false,"id":
> > 12478411850,"in_reply_to_screen_name":null,"text":"wow"},"following":false, 
> > "geo_enabled":false,"profile_sidebar_border_color":"87bc44","url":null,"ver 
> > ified":false,"profile_background_color":"9ae4e8","location":null,"profile_b 
> > ackground_image_url":"http://
> > s.twimg.com/a/1271213136/images/themes/theme1/
> > bg.png","profile_text_color":"00","followers_count":
> > 0,"protected":false,"profile_image_url":"http://s.twimg.com/a/
> > 1271213136/images/
> > default_profile_3_normal.png","notifications":false,"profile_background_til 
> > e":false,"name":"ronneylovely","friends_count":
> > 4,"profile_link_color":"ff","screen_name":"ronneylovely","id":
> > 133348295,"lang":"en","statuses_count":2,"utc_offset":null}
>
> > XML (api.twitter.com/1/users/show/ronneylovely.xml):
> > 
> >   133348295
> >   ronneylovely
> >   ronneylovely
> >   
> >   
> >   http://s.twimg.com/a/1271725794/images/
> > default_profile_3_normal.png
> >   
> >   false
> >   0
> >   9ae4e8
> >   00
> >   ff
> >   e0ff92
> >   87bc44
> >   4
> >   Thu Apr 15 15:23:35 + 2010
> >   1
> >   
> >   
> >   http://s.twimg.com/a/1271725794/images/
> > themes/theme1/bg.png
> >   false
> >   
> >   false
> >   false
> >   
> >   1
> >   en
> >   false
> >   
> >     Thu Apr 15 15:25:38 + 2010
> >     12228846134
> >     testing this thing
> >     web
> >     false
> >     
> >     
> >     false
> >     
> >     
> >     
> >     
> >     
> >   
> > 
>
> > --
> > Subscription 
> > settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


Re: [twitter-dev] twitter whitelisting

2010-01-19 Thread RoNaK tOsHnIwAl
sorry buddybut i donno..

On Tue, Jan 19, 2010 at 10:06 PM, Cube Whidden wrote:

> Hi,
>
> I have submitted a request to be whitelisted by twitter almost two
> weeks
> ago.  I googled around and found that it normally takes 1 week in the
> past.  Does anyone
> know the average time it takes to get whitelisted these days?  Also,
> if you
> get rejected, will I get an email with the reason so that I can
> correct what is lacking?
>
> thanks,
>
> Cube Whidden
>