[twitter-dev] Re: Matt Sanford, signing off.

2009-07-18 Thread surya sravanthi

All the bast Matt!!! Thanks for all you
r help .


On Sat, Jul 18, 2009 at 2:48 AM, Matt Sanfordm...@twitter.com wrote:

 Hi everybody*,

    Starting next week I'm not going to be responding to mails on the dev
 list or working on Google Code issues as part of my daily work. I have been
 working on the Search and API/Platform teams here at Twitter since the
 acquisition of Summize a year ago and the time has come for a change. I'm
 leaving both teams to take on the role of technical lead for the new Twitter
 internationalization team. Anybody who's gotten me talking about language
 detection or language-specifics (especially in person) knows this is
 something I have a personal interest in.
    The other team member are going to continue to keep an eye on the dev
 list and the Google Code issues. As always you can email
 a...@twitter.com directly if you need something. I'll continue working on the
 Google Code issues assigned to me or in some cases someone will take them
 over next week. I mostly felt like I should send you all a good bye since
 you're considered an extension of the API/Platform team. This change should
 be fully backward compatible so I didn't see the need for 7-days notice.

 Good night, and good luck;
  – Matt Sanford / @mzsanford
     Twitter Dev

 * = Who just said Hi, Dr. Nick. out loud? Your cube neighbor thinks you're
 crazy.


[twitter-dev] Re: To get User email id as given in the User Profile

2009-05-27 Thread surya

hi all,

Thanks for the immediate response :D

Surya Sravanthi



On May 26, 12:58 am, jmathai jmat...@gmail.com wrote:
 Don't hold your breath for that one :)

 On May 25, 6:59 am, sravs.. sravanthi.su...@gmail.com wrote:

  hi,

  I am a new user. can anyone tell me is there any way togetthe
 emailidof the user once the user has given access to a consumer
  application via oauth

  This is really urgent...

  Sravanthi


[twitter-dev] Re: OAuth example in Java language

2009-05-19 Thread surya


hi,

The problem exists still  can you suggest me a solution to
integrate my Twitter4j oauth in google app engine..
I am a beginner, so it will be helpful if anyone could suggest me how
to start

sravanthi.


On May 18, 6:29 pm, surya sravanthi sravanthi.su...@gmail.com wrote:
 hi,

 Thanks for your code. I have noticied that twitter.setAccessToken
 is not available in the Twitter.java in Twitter4j-2.0.3 version.
 I have tried using the instructions given in this link below:

 I think this will be helpful...
 This is working on localhost.. but I need my application which is in
 java to be deployed on google app engine. found that this is
 giving

   com.service.TwitterOAuthException:
 java.security.AccessControlException: access denied
 (java.lang.RuntimePermission modifyThreadGroup)

 exception.. can ou suggest me a method i could use to solve this 
 problem

 Thanks again..
 SravanthiOn Tue, May 5, 2009 at 11:51 AM, Yusuke yus...@mac.com wrote:

  Hi,

  I wrote an OAuth example code for Java language.
 http://yusuke.homeip.net/twitter4j/en/code-examples.html#oauth

  I hope you caln add the link to the following page.
 http://apiwiki.twitter.com/OAuth-Examples

  Cheers,
  Yusuke


[twitter-dev] Re: OAuth example in Java language

2009-05-18 Thread surya sravanthi

hi,

Thanks for your code. I have noticied that twitter.setAccessToken
is not available in the Twitter.java in Twitter4j-2.0.3 version.
I have tried using the instructions given in this link below:

http://troytolle.blogspot.com/2009/04/oauth-and-twitter.html

I think this will be helpful...
This is working on localhost.. but I need my application which is in
java to be deployed on google app engine. found that this is
giving

  com.service.TwitterOAuthException:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThreadGroup)

exception.. can ou suggest me a method i could use to solve this problem

Thanks again..
Sravanthi



On Mon, May 18, 2009 at 6:59 PM, surya sravanthi
sravanthi.su...@gmail.com wrote:
 hi,

 Thanks for your code. I have noticied that twitter.setAccessToken
 is not available in the Twitter.java in Twitter4j-2.0.3 version.
 I have tried using the instructions given in this link below:

 I think this will be helpful...
 This is working on localhost.. but I need my application which is in
 java to be deployed on google app engine. found that this is
 giving

   com.service.TwitterOAuthException:
 java.security.AccessControlException: access denied
 (java.lang.RuntimePermission modifyThreadGroup)

 exception.. can ou suggest me a method i could use to solve this 
 problem

 Thanks again..
 Sravanthi

 On Tue, May 5, 2009 at 11:51 AM, Yusuke yus...@mac.com wrote:

 Hi,

 I wrote an OAuth example code for Java language.
 http://yusuke.homeip.net/twitter4j/en/code-examples.html#oauth

 I hope you caln add the link to the following page.
 http://apiwiki.twitter.com/OAuth-Examples

 Cheers,
 Yusuke




[twitter-dev] Re: OAuth example in Java language

2009-05-18 Thread surya sravanthi

hi,

Thanks for your code. I have noticied that twitter.setAccessToken
is not available in the Twitter.java in Twitter4j-2.0.3 version.
I have tried using the instructions given in this link below:

I think this will be helpful...
This is working on localhost.. but I need my application which is in
java to be deployed on google app engine. found that this is
giving

  com.service.TwitterOAuthException:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThreadGroup)

exception.. can ou suggest me a method i could use to solve this problem

Thanks again..
Sravanthi

On Tue, May 5, 2009 at 11:51 AM, Yusuke yus...@mac.com wrote:

 Hi,

 I wrote an OAuth example code for Java language.
 http://yusuke.homeip.net/twitter4j/en/code-examples.html#oauth

 I hope you caln add the link to the following page.
 http://apiwiki.twitter.com/OAuth-Examples

 Cheers,
 Yusuke



[twitter-dev] Re: oauth just to post status

2009-05-14 Thread surya sravanthi

hi,

I forgot to mention that I am using Twitter4j-2.0.3 version in jar.
?This does not contain twitter.setAccessToken(accessToken); in its
file. So, I am facing a problem in assigning stored(or say even for
the first time) accessToken to twiiter object...

Can you suggest me how to solve this problem

Surya Sravanthi

On Thu, May 14, 2009 at 11:28 AM, jmathai jmat...@gmail.com wrote:

 Create an application (http://twitter.com/oauth) and then post using
 your consumer key/secret.

 Blog posts if needed:
 http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/
 http://www.jaisenmathai.com/blog/2009/04/30/letting-your-users-sign-in-with-twitter-with-oauth/

 On May 13, 8:03 pm, tayknight taykni...@gmail.com wrote:
 I meant to add, I want to use oauth for this so I get the 'via
 DummyOauthApp' line in the tweet.

 On May 13, 9:50 pm, tayknight taykni...@gmail.com wrote:

  Hi all. My app, once it gets going, is mainly going to post status
  updates as mentions to followers. For instance, the app, called
  DummyOauthApp will post a statuses/update like '@tayknight blah blah
  blah'.

  So, i don't need my app to authenticate itself  to oauth as tayknight,
  but as itself DummyOauthApp. Does this mean I need to generate an
  access token/secret pair for the app itself and continually reuse this
  pair to call statuses/update?

  Thanks.



[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread surya sravanthi

hi,
I am trying to develop an application using twitter API's(using
twitter4j jar file). Can you suggest me a method to acess users
replies without knowing the users password(I have the users username
in the data base).

Surya Sravanthi



On Mon, May 11, 2009 at 7:14 PM, Paul Kinlan paul.kin...@gmail.com wrote:
 Hi,

 Just to let you know, I developed www.twe2.com exactly for this purpose.
 However, we have just been blocked by our SMS provider.

 It is a shame really because we sent 2 million SMS's to the Twitter
 community,

 Paul

 2009/5/11 Arik Fraimovich arik...@gmail.com

 Someone already developed an application that forwards mentions to DM
 (see here: http://apiwiki.twitter.com/Application-Ideas).

 When I tried it, it didn't work that good, but I think he did some
 changes since then.

 On May 11, 8:15 am, TjL luo...@gmail.com wrote:
  I've been banging my head against this for several days (when I've had
  free time) and wonder if maybe someone has already invented this
  wheel.
 
  I'm looking for a way to get @replies (sorry, I mean mentions) via
  SMS.
 
  *ahem*
                 Ideally this would be an officially supported option
  listed inhttp://twitter.com/devices:-)
  *ahem*
 
  But, since it isn't :-)
 
  My idea has been to fetch
  thehttp://twitter.com/statuses/mentions.formatevery minute or so, check
  against a cache of previously sent mentions and send the new ones
  (as DMs to myself, since I have DMs forwarded to my cell via SMS
  already).
 
  This seems HUGELY inefficient (i.e. there will be a LOT of minutes
  throughout the day which return no new mentions) but I can't think
  of a more efficient way of getting them in a fairly timely manner.
 
  Thanks for any pointers.
 
  TjL