[twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-22 Thread Bess
Are you coding the Twitter app in Lua?

Not sure there is Lua OAuth Library to support Twitter API?

You need to be more specific in your app in order to get some more
help.

On Dec 21, 9:22 pm, roopesh rai roopesh.ra...@gmail.com wrote:
 It is in Lua

 On Tue, Dec 21, 2010 at 4:13 PM, Amine amine.benha...@gmail.com wrote:
  Hello Rai,

  To get a idea about Twitter Development, start by this :
 http://www.slideshare.net/raffikrikorian/intro-to-developing-for-twit...

  It will give an deep overview. Later go to this page :
 http://dev.twitter.com/doc.

  Are coding in which language ?

  On 21 déc, 07:16, Roopesh Rai roopesh.ra...@gmail.com wrote:
   Thank u for reply
   I am very new to this application, So not understanding basic concepts
   itself,
   can you suggest me any document to read, and having following info
      * how any user can login just by his username and password,how he
   will get authentication ???
      * how I can use this in my application, I mean design for login

    If anybody know answer and ready to share valuable time for sharing
   knowledge, plz suggest me

   regards,
   Rai

   On Dec 21, 9:24 am, Bess bess...@gmail.com wrote:

I am surprised that no one here to response you. May be you are asking
very basic info. You should go buy a Twitter developer book online
ebook or from a book store.

We are releasing a Twitter API Developer book but it is not available
yet til next year.

You'll need to use OAuth, not basic auth.

Twitter OAuth Libraryhttp://dev.twitter.com/pages/oauth_libraries

Use consumer key and consumer secret from your app settings in your
OAuth lib.

Your Twitter API is limited by hour and no. of tweets.

On Dec 19, 11:28 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

 If anybody know solution to above question, Please reply me. I am
  very
 new to twitter application development I am confusing. I am
 trying, Googling... But, Result is nill...

 Thank U

 On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

  Hi all,

    I am developing twitter application. In this application without
  browser user can use Twitter, I am providing user a interface to
  use
  twitter.

    I registered my application with twitter . By Oauth I am
  accessing
  twiiter. My doubts starts here

  1) In my application I need to develop such that any user can enter
  his user name and password, and he can enter to  twitter home
  page(In
  my application), But now I am not using any username and password,
  Directly using consumer key, consumer secret key, token key, token
  secret key, PIN I am entering to twitter home. how i can allow
  other
  users to use my application just by there user name and password
  

  2) By using statuses/home_timeline.json, I am getting only 14
  timelines, How I can get all the timeline.

  Thank you for Your valuable reply.

  Regards,
  S.R Rai

  --
  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-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-21 Thread Amine
Hello Rai,

To get a idea about Twitter Development, start by this :
http://www.slideshare.net/raffikrikorian/intro-to-developing-for-twitterapi

It will give an deep overview. Later go to this page : 
http://dev.twitter.com/doc.

Are coding in which language ?

On 21 déc, 07:16, Roopesh Rai roopesh.ra...@gmail.com wrote:
 Thank u for reply
 I am very new to this application, So not understanding basic concepts
 itself,
 can you suggest me any document to read, and having following info
    * how any user can login just by his username and password,how he
 will get authentication ???
    * how I can use this in my application, I mean design for login

  If anybody know answer and ready to share valuable time for sharing
 knowledge, plz suggest me

 regards,
 Rai

 On Dec 21, 9:24 am, Bess bess...@gmail.com wrote:

  I am surprised that no one here to response you. May be you are asking
  very basic info. You should go buy a Twitter developer book online
  ebook or from a book store.

  We are releasing a Twitter API Developer book but it is not available
  yet til next year.

  You'll need to use OAuth, not basic auth.

  Twitter OAuth Libraryhttp://dev.twitter.com/pages/oauth_libraries

  Use consumer key and consumer secret from your app settings in your
  OAuth lib.

  Your Twitter API is limited by hour and no. of tweets.

  On Dec 19, 11:28 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

   If anybody know solution to above question, Please reply me. I am very
   new to twitter application development I am confusing. I am
   trying, Googling... But, Result is nill...

   Thank U

   On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

Hi all,

  I am developing twitter application. In this application without
browser user can use Twitter, I am providing user a interface to use
twitter.

  I registered my application with twitter . By Oauth I am accessing
twiiter. My doubts starts here

1) In my application I need to develop such that any user can enter
his user name and password, and he can enter to  twitter home page(In
my application), But now I am not using any username and password,
Directly using consumer key, consumer secret key, token key, token
secret key, PIN I am entering to twitter home. how i can allow other
users to use my application just by there user name and password 

2) By using statuses/home_timeline.json, I am getting only 14
timelines, How I can get all the timeline.

Thank you for Your valuable reply.

Regards,
S.R Rai

-- 
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] Re: Need help to develop twitter application, Plz reply me

2010-12-21 Thread roopesh rai
It is in Lua

On Tue, Dec 21, 2010 at 4:13 PM, Amine amine.benha...@gmail.com wrote:

 Hello Rai,

 To get a idea about Twitter Development, start by this :
 http://www.slideshare.net/raffikrikorian/intro-to-developing-for-twitterapi

 It will give an deep overview. Later go to this page :
 http://dev.twitter.com/doc.

 Are coding in which language ?

 On 21 déc, 07:16, Roopesh Rai roopesh.ra...@gmail.com wrote:
  Thank u for reply
  I am very new to this application, So not understanding basic concepts
  itself,
  can you suggest me any document to read, and having following info
 * how any user can login just by his username and password,how he
  will get authentication ???
 * how I can use this in my application, I mean design for login
 
   If anybody know answer and ready to share valuable time for sharing
  knowledge, plz suggest me
 
  regards,
  Rai
 
  On Dec 21, 9:24 am, Bess bess...@gmail.com wrote:
 
   I am surprised that no one here to response you. May be you are asking
   very basic info. You should go buy a Twitter developer book online
   ebook or from a book store.
 
   We are releasing a Twitter API Developer book but it is not available
   yet til next year.
 
   You'll need to use OAuth, not basic auth.
 
   Twitter OAuth Libraryhttp://dev.twitter.com/pages/oauth_libraries
 
   Use consumer key and consumer secret from your app settings in your
   OAuth lib.
 
   Your Twitter API is limited by hour and no. of tweets.
 
   On Dec 19, 11:28 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:
 
If anybody know solution to above question, Please reply me. I am
 very
new to twitter application development I am confusing. I am
trying, Googling... But, Result is nill...
 
Thank U
 
On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:
 
 Hi all,
 
   I am developing twitter application. In this application without
 browser user can use Twitter, I am providing user a interface to
 use
 twitter.
 
   I registered my application with twitter . By Oauth I am
 accessing
 twiiter. My doubts starts here
 
 1) In my application I need to develop such that any user can enter
 his user name and password, and he can enter to  twitter home
 page(In
 my application), But now I am not using any username and password,
 Directly using consumer key, consumer secret key, token key, token
 secret key, PIN I am entering to twitter home. how i can allow
 other
 users to use my application just by there user name and password
 
 
 2) By using statuses/home_timeline.json, I am getting only 14
 timelines, How I can get all the timeline.
 
 Thank you for Your valuable reply.
 
 Regards,
 S.R Rai

 --
 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-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-20 Thread Bess
I am surprised that no one here to response you. May be you are asking
very basic info. You should go buy a Twitter developer book online
ebook or from a book store.

We are releasing a Twitter API Developer book but it is not available
yet til next year.

You'll need to use OAuth, not basic auth.

Twitter OAuth Library
http://dev.twitter.com/pages/oauth_libraries

Use consumer key and consumer secret from your app settings in your
OAuth lib.

Your Twitter API is limited by hour and no. of tweets.

On Dec 19, 11:28 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:
 If anybody know solution to above question, Please reply me. I am very
 new to twitter application development I am confusing. I am
 trying, Googling... But, Result is nill...

 Thank U

 On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

  Hi all,

    I am developing twitter application. In this application without
  browser user can use Twitter, I am providing user a interface to use
  twitter.

    I registered my application with twitter . By Oauth I am accessing
  twiiter. My doubts starts here

  1) In my application I need to develop such that any user can enter
  his user name and password, and he can enter to  twitter home page(In
  my application), But now I am not using any username and password,
  Directly using consumer key, consumer secret key, token key, token
  secret key, PIN I am entering to twitter home. how i can allow other
  users to use my application just by there user name and password 

  2) By using statuses/home_timeline.json, I am getting only 14
  timelines, How I can get all the timeline.

  Thank you for Your valuable reply.

  Regards,
  S.R Rai



-- 
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-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-20 Thread Roopesh Rai
Thank u for reply
I am very new to this application, So not understanding basic concepts
itself,
can you suggest me any document to read, and having following info
   * how any user can login just by his username and password,how he
will get authentication ???
   * how I can use this in my application, I mean design for login

 If anybody know answer and ready to share valuable time for sharing
knowledge, plz suggest me

regards,
Rai

On Dec 21, 9:24 am, Bess bess...@gmail.com wrote:
 I am surprised that no one here to response you. May be you are asking
 very basic info. You should go buy a Twitter developer book online
 ebook or from a book store.

 We are releasing a Twitter API Developer book but it is not available
 yet til next year.

 You'll need to use OAuth, not basic auth.

 Twitter OAuth Libraryhttp://dev.twitter.com/pages/oauth_libraries

 Use consumer key and consumer secret from your app settings in your
 OAuth lib.

 Your Twitter API is limited by hour and no. of tweets.

 On Dec 19, 11:28 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

  If anybody know solution to above question, Please reply me. I am very
  new to twitter application development I am confusing. I am
  trying, Googling... But, Result is nill...

  Thank U

  On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:

   Hi all,

     I am developing twitter application. In this application without
   browser user can use Twitter, I am providing user a interface to use
   twitter.

     I registered my application with twitter . By Oauth I am accessing
   twiiter. My doubts starts here

   1) In my application I need to develop such that any user can enter
   his user name and password, and he can enter to  twitter home page(In
   my application), But now I am not using any username and password,
   Directly using consumer key, consumer secret key, token key, token
   secret key, PIN I am entering to twitter home. how i can allow other
   users to use my application just by there user name and password 

   2) By using statuses/home_timeline.json, I am getting only 14
   timelines, How I can get all the timeline.

   Thank you for Your valuable reply.

   Regards,
   S.R Rai

-- 
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-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-19 Thread Roopesh Rai
If anybody know solution to above question, Please reply me. I am very
new to twitter application development I am confusing. I am
trying, Googling... But, Result is nill...

Thank U

On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:
 Hi all,

   I am developing twitter application. In this application without
 browser user can use Twitter, I am providing user a interface to use
 twitter.

   I registered my application with twitter . By Oauth I am accessing
 twiiter. My doubts starts here

 1) In my application I need to develop such that any user can enter
 his user name and password, and he can enter to  twitter home page(In
 my application), But now I am not using any username and password,
 Directly using consumer key, consumer secret key, token key, token
 secret key, PIN I am entering to twitter home. how i can allow other
 users to use my application just by there user name and password 

 2) By using statuses/home_timeline.json, I am getting only 14
 timelines, How I can get all the timeline.

 Thank you for Your valuable reply.

 Regards,
 S.R Rai

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