Re: [twitter-dev] where to start?

2011-04-25 Thread sangeeta katvate
hello,

To make any status update to the account, you are required to follow the
OAuth flow, for this twitter has provided OAuth Library. You can get it from
this link
http://dev.twitter.com/pages/oauth_libraries#java

Twitter library also provided, you can try out these libraries.
http://dev.twitter.com/pages/libraries

On Sun, Apr 24, 2011 at 5:18 PM, for_twitter harik...@gmail.com wrote:

 Hi,

 If i need to get my tweet updates on the android application, where do
 i start?
 Do i need any library to use?
 Di i need any Twitter SDK as such.
 The authentication process is particularly the biggest step i am
 worried about.
 Any sample code or project links will help me get to my end goal
 faster.

 Thanks.

 vj

 --
 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] Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
Hello

I am getting this Error: Operation could not be completed. (HTTP error
404.) when using the
/status/show.xml api.

My url is like this-
https://api.twitter.com/statuses/show/268146346.xml

Can anybody pliz help me.

Thanking you in advance.

-- 
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: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta

Hello,

Actually i tried with
https://api.twitter.com/1/statuses/show/268146346.xml

where 268146346 is one of my friend id

even then i am getting the same 404 error(operation could not be
completed)

Pliz help me..



On Mar 21, 3:40 pm, Georgooty varghese georgo...@gmail.com wrote:
 could u please describe your issue in detailed..

 On Mon, Mar 21, 2011 at 3:50 PM, sangeeta katsange...@gmail.com wrote:
  Hello

  I am getting this Error: Operation could not be completed. (HTTP error
  404.) when using the
  /status/show.xml api.

  My url is like this-
 https://api.twitter.com/statuses/show/268146346.xml

  Can anybody pliz help me.

  Thanking you in advance.

  --
  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: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
This api is in tweet resources

On Mar 21, 5:23 pm, CWorster cwors...@schlimmer.com wrote:
 2011/3/21 sangeeta katsange...@gmail.com:



  Hello,

  Actually i tried with
 https://api.twitter.com/1/statuses/show/268146346.xml

  where 268146346 is one of my friend id

  even then i am getting the same 404 error(operation could not be
  completed)

  Pliz help me..

 Hi,

 statuses/show? I can't find that API method in the docs.

 Do you mean?https://api.twitter.com/1/users/show/268146346.xml

 Cheers

 Christian

-- 
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: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
Thankyou very much

On Mar 21, 6:22 pm, CWorster cwors...@schlimmer.com wrote:
 2011/3/21 sangeeta katsange...@gmail.com:

 This api is in tweet resources

 Of course, thanks. The parameter must be an ID of a status, not an users ID.

-- 
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] HTTP ERROR: 401

2011-02-08 Thread sangeeta katvate
Hello,

I am using this api, http://stream.twitter.com/statuses/filter.xml, i am
sending a parameter track=hello
In response, i am getting HTTP ERROR: 401

html
head
meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/
titleError 401 UNAUTHORIZED/title
/head
body
h2HTTP ERROR: 401/h2
pProblem accessing /1/statuses/filter.json. Reason:
preUNAUTHORIZED/pre/p
hr /ismallPowered by Jetty:///small/i

Can anybody please help me. I am in urgent need of this. My application will
not work without this.

Pliz pliz help me.

-- 
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] Use of OAuth in Xcode to use twitter API

2011-01-17 Thread sangeeta katvate
Hello,

For using OAuth consumer key, consumer secret etc. do we have to use OAuth
Library.
If so, then from where can i get this library.



From
Sangeeta

-- 
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] Regarding basic authentication problem

2011-01-15 Thread sangeeta
hello,

I have generated an application in xcode for iphones which uses
twitter API, is giving basic authentication not supported error.


can you pliz help me?

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