Hi,
Previously We had Updated the status of one twitter account. The work
flow we followed is
1)Registering the application in order to generate Consumer Key and
Secret
2)Logging in with the Consumer Key pair which in turn generates an
access URL
3)the access Url in turn redirects to a page where Access Token and
Secret are generated
4)Updating the status of the id with these 4 parameters
   a)Consumer key
   b)Consumer Secret
   c)Access Token
   d)Access Secret
which are all hard coded in the page.

Now, We need to Update Status(post messages to the home page of
twitter from the user himself) with ANY twitter id . When an update in
the status message is done it should be reflected in the home page
also. Please guide us in this process. Is that possible with one
servlet? What is the flow to be followed?
Also is there any possible method by which all the user credentials
can be stored for future use.

Regards,
madhu.

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

Reply via email to