[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-10 Thread deepa
can anyone post the sample using streaimg API..
im not gettng how to start with this...


-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Unauthorized 401

2011-01-07 Thread deepa nagaraj
no you cannot do like that...
for each it will generate oauth_verifier.

On Fri, Jan 7, 2011 at 5:32 PM, Erik Bloem ejbl...@gmail.com wrote:

 Hi to all,

 when I use a temporary oauth_verifier in a oauth/access_token call, it
 works ok. Nevertheless, when I use a fixed PIN code obtained, it fails
 with an Unauthorized exception.

 What could this mean?

 PIN is wrong?
 Do I need to use another call, or use another parameter for the PIN
 and not the oauth_verifier?

 Thanks for any reply,

 Erik

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




-- 
Regards,

Deepa

-- 
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] Unauthorized 401

2011-01-07 Thread deepa nagaraj
no you cannot do like that...
for each request it will generate new oauth_verifier.

On Fri, Jan 7, 2011 at 5:32 PM, Erik Bloem ejbl...@gmail.com wrote:

 Hi to all,

 when I use a temporary oauth_verifier in a oauth/access_token call, it
 works ok. Nevertheless, when I use a fixed PIN code obtained, it fails
 with an Unauthorized exception.

 What could this mean?

 PIN is wrong?
 Do I need to use another call, or use another parameter for the PIN
 and not the oauth_verifier?

 Thanks for any reply,

 Erik

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




-- 
Regards,

Deepa

-- 
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] Incorrect signature for users/search using REST API

2010-12-30 Thread deepa nagaraj
Hi...

But i am getting same output for both url..
http://api.twitter.com/1/users/search.xml?q=Twitter%20API

and

http://api.twitter.com/1/users/search.xml?q=Twitter_API


On Thu, Dec 30, 2010 at 7:00 PM, Rohit Bansal rohitbansal.h...@gmail.comwrote:

 The XML response I am getting:

 ?xml version=1.0 encoding=UTF-8?
 hash
  request/1/users/search.xml?q=Twitter%20API/request
  errorIncorrect signature/error
 /hash

 Request for resource which I made:
 http://api.twitter.com/1/users/search.xml?q=Twitter%20API

 Request Type: GET


 Replacing Twitter%20API with Twitter_API is fetching me the correct
 response as stated in Twitter API documentation.

 If I am on the correct track then perhaps we need a correction in
 twitter documentation here, http://dev.twitter.com/doc/get/users/search.


 Please correct me if Twitter%20API should also be doing well. Besides
 this I also need to understand why underscore in Twitter_API works..?

 I have already posted this issue in Twitter API Issue tracker:
 http://code.google.com/p/twitter-api/issues/detail?id=2021

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




-- 
Regards,

Deepa

-- 
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] callback url

2010-11-26 Thread deepa
hi...
can any one suggest format of twitter callback url

Please i need this urgently

regards,

deepa

-- 
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] Not able to get request token

2010-11-26 Thread deepa nagaraj
hi rajat...

even me to was getting 401 error.. but its resolved..
during registering your application to twitter you need to give callback
url...
like http://localhost:8080.

i have done this using java...
so my code  is:   String CallbackURL=
http://localhost:8080/tweetproj/index.jsp;;

where tweetproj is my project name
and index.jsp is just one jsp page...

Hope this may helps u...

if u have doubts, u r welcome


On Wed, Nov 24, 2010 at 10:08 AM, rajat rajat.triu...@gmail.com wrote:

 I am sending AJAX request to acquire a request token but getting 403
 Forbidden error. I am putting following example to show my approach

 Available info :
 ---
 1. Consumer Key : abckey
 2. Consumer secret : xyzsecret
 3. Request token URL : https://api.twitter.com/oauth/request_token
 4. Registered OAuth Callback URL : http://127.0.0.1/twitter/index.html
 5. Access Token (oauth_token) : 1234-efghaccess
 6. Access Token Secret (oauth_token_secret) : mnopqrstaccesssecret

 My Javascript code

 
 var today = new Date();
 var ts = Math.round(today.getTime()/1000.0);

 xmlhttp=getxmlhttobject();
 url = http://api.twitter.com/oauth/request_token;;
 xmlhttp.open(POST, url, true);
 xmlhttp.setRequestHeader(Authorization,OAuth oauth_nonce=
 \126weOPUDSBLS02dXTlp5tYjv434FE9ALwKILYFIU\, oauth_signature_method=
 \HMAC-SHA1\, oauth_timestamp=\+ ts +\, oauth_consumer_key=
 \abckey\, oauth_token=\1234-efghaccess\, oauth_signature=
 \mnopqrstaccesssecret\ , oauth_version=\1.0\);
 xmlhttp.send(null);

 ---
 When i check live headers in mozilla i get status as 403 Forbidden
 error.

 Can anyone guide me where i am doing wrong..

 Thank you.


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




-- 
Regards,

Deepa

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

2010-11-22 Thread deepa.23.naga...@gmail.com
Hi i am getting verify credential error...

Please can you suggest me..

Thank you,

deepa

-- 
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: Uploading videos to Twitter using OAuth

2010-06-01 Thread Deepa
Thanks for the link.

On Jun 1, 9:22 am, Abraham Williams 4bra...@gmail.com wrote:
 http://www.twitvid.com/index.php?area=aboutaction=contact





 On Mon, May 31, 2010 at 21:19, Deepa deepapai0...@gmail.com wrote:
  Could you please suggest the link where I can ask for TwitVid library
  with OAuth support.

  On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote:
   I would think the TwitVid library would include the method but you will
  have
   to ask them.

   Abraham

   On Sun, May 30, 2010 at 20:51, Deepa deepapai0...@gmail.com wrote:
Thanks for the reply.

I am new to TwitVid APIs. I have gone through the documentation of
TwitVid APIs and OAuth Echo. But, I could not understand the concept
of x_verify_credentials_authorization as alternate for User name and
password parameters.  Also, could you please help me out in explaining
how to get value of  the parameter x_verify_credentials_authorization
i.e OAuth Echo Authorization header.

Is there any call in TwitVid library that allows to set the value of
the parameter 'x_verify_credentials_authorization'?

Thanks in advance.

On May 29, 11:16 pm, Abraham Williams 4bra...@gmail.com wrote:
 x_verify_credentials_authorization: Required if no username/password
sent.
 OAuth Echo Authorization header.

 Abraham

 On Sat, May 29, 2010 at 10:42, Deepa deepapai0...@gmail.com wrote:
  On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote:
   Twitvid supports OAuth Echo:
 http://twitvid.pbworks.com/authenticate

  But, according to thisocumentation the authentication mechanism
  needs
  user-name and password. But I cannot get the password. Because, I
  am
  using OAuth for authentication in which user is redirected to the
  web-
  page for entering user-name and password. I have used OAuth since
  Twitter is removing the  of authentication mechanism which passes
  user-
  name and password as arguments.

  Thanks and regards,
  Deepa

   More info on Echo:

 http://mehack.com/oauth-echo-delegation-in-identity-verificatiohttp:/.
..

   You will have to ask Twitvid if their iPhone library supports
  Echo.

   Abraham

   On Fri, May 28, 2010 at 06:23, Deepa deepapai0...@gmail.com
  wrote:
Hi,

I am developing an iPhone app that uses Twitvid library for
uploading
videos to TwitVid. This library first authenticates the app
  using
the
user-name and password input parameters. Then it uploads the
  video.
But, recently I switched to OAuth mechanism of authentication
  which
leads to a web-page where user can enter the user-name and
password.
So, I cannot provide the input fields for user-name and
  password in
my
app for uploading video.

Can someone help me out to solve this problem.

Thanks and Regards,
Deepa

   --
   Abraham Williams | Developer for hire |http://abrah.am
   @abraham |http://projects.abrah.am|http://blog.abrah.am
   This email is: [ ] shareable [x] ask first [ ] private.

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.

   --
   Abraham Williams | Developer for hire |http://abrah.am
   @abraham |http://projects.abrah.am|http://blog.abrah.am
   This email is: [ ] shareable [x] ask first [ ] private.

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Deepa
Could you please suggest the link where I can ask for TwitVid library
with OAuth support.

On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote:
 I would think the TwitVid library would include the method but you will have
 to ask them.

 Abraham





 On Sun, May 30, 2010 at 20:51, Deepa deepapai0...@gmail.com wrote:
  Thanks for the reply.

  I am new to TwitVid APIs. I have gone through the documentation of
  TwitVid APIs and OAuth Echo. But, I could not understand the concept
  of x_verify_credentials_authorization as alternate for User name and
  password parameters.  Also, could you please help me out in explaining
  how to get value of  the parameter x_verify_credentials_authorization
  i.e OAuth Echo Authorization header.

  Is there any call in TwitVid library that allows to set the value of
  the parameter 'x_verify_credentials_authorization'?

  Thanks in advance.

  On May 29, 11:16 pm, Abraham Williams 4bra...@gmail.com wrote:
   x_verify_credentials_authorization: Required if no username/password
  sent.
   OAuth Echo Authorization header.

   Abraham

   On Sat, May 29, 2010 at 10:42, Deepa deepapai0...@gmail.com wrote:
On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote:
 Twitvid supports OAuth Echo:http://twitvid.pbworks.com/authenticate

But, according to thisocumentation the authentication mechanism needs
user-name and password. But I cannot get the password. Because, I am
using OAuth for authentication in which user is redirected to the web-
page for entering user-name and password. I have used OAuth since
Twitter is removing the  of authentication mechanism which passes user-
name and password as arguments.

Thanks and regards,
Deepa

 More info on Echo:
   http://mehack.com/oauth-echo-delegation-in-identity-verificatiohttp:/.
  ..

 You will have to ask Twitvid if their iPhone library supports Echo.

 Abraham

 On Fri, May 28, 2010 at 06:23, Deepa deepapai0...@gmail.com wrote:
  Hi,

  I am developing an iPhone app that uses Twitvid library for
  uploading
  videos to TwitVid. This library first authenticates the app using
  the
  user-name and password input parameters. Then it uploads the video.
  But, recently I switched to OAuth mechanism of authentication which
  leads to a web-page where user can enter the user-name and
  password.
  So, I cannot provide the input fields for user-name and password in
  my
  app for uploading video.

  Can someone help me out to solve this problem.

  Thanks and Regards,
  Deepa

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.

   --
   Abraham Williams | Developer for hire |http://abrah.am
   @abraham |http://projects.abrah.am|http://blog.abrah.am
   This email is: [ ] shareable [x] ask first [ ] private.

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-30 Thread Deepa
Thanks for the reply.

I am new to TwitVid APIs. I have gone through the documentation of
TwitVid APIs and OAuth Echo. But, I could not understand the concept
of x_verify_credentials_authorization as alternate for User name and
password parameters.  Also, could you please help me out in explaining
how to get value of  the parameter x_verify_credentials_authorization
i.e OAuth Echo Authorization header.

Is there any call in TwitVid library that allows to set the value of
the parameter 'x_verify_credentials_authorization'?

Thanks in advance.

On May 29, 11:16 pm, Abraham Williams 4bra...@gmail.com wrote:
 x_verify_credentials_authorization: Required if no username/password sent.
 OAuth Echo Authorization header.

 Abraham





 On Sat, May 29, 2010 at 10:42, Deepa deepapai0...@gmail.com wrote:
  On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote:
   Twitvid supports OAuth Echo:http://twitvid.pbworks.com/authenticate

  But, according to thisocumentation the authentication mechanism needs
  user-name and password. But I cannot get the password. Because, I am
  using OAuth for authentication in which user is redirected to the web-
  page for entering user-name and password. I have used OAuth since
  Twitter is removing the  of authentication mechanism which passes user-
  name and password as arguments.

  Thanks and regards,
  Deepa

   More info on Echo:
 http://mehack.com/oauth-echo-delegation-in-identity-verificatiohttp:/...

   You will have to ask Twitvid if their iPhone library supports Echo.

   Abraham

   On Fri, May 28, 2010 at 06:23, Deepa deepapai0...@gmail.com wrote:
Hi,

I am developing an iPhone app that uses Twitvid library for uploading
videos to TwitVid. This library first authenticates the app using the
user-name and password input parameters. Then it uploads the video.
But, recently I switched to OAuth mechanism of authentication which
leads to a web-page where user can enter the user-name and password.
So, I cannot provide the input fields for user-name and password in my
app for uploading video.

Can someone help me out to solve this problem.

Thanks and Regards,
Deepa

   --
   Abraham Williams | Developer for hire |http://abrah.am
   @abraham |http://projects.abrah.am|http://blog.abrah.am
   This email is: [ ] shareable [x] ask first [ ] private.

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-29 Thread Deepa
On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote:
 Twitvid supports OAuth Echo:http://twitvid.pbworks.com/authenticate

But, according to thisocumentation the authentication mechanism needs
user-name and password. But I cannot get the password. Because, I am
using OAuth for authentication in which user is redirected to the web-
page for entering user-name and password. I have used OAuth since
Twitter is removing the  of authentication mechanism which passes user-
name and password as arguments.

Thanks and regards,
Deepa


 More info on 
 Echo:http://mehack.com/oauth-echo-delegation-in-identity-verificatiohttp://mehack.com/delegated-identity-verification-for-uploadand

 You will have to ask Twitvid if their iPhone library supports Echo.

 Abraham

 On Fri, May 28, 2010 at 06:23, Deepa deepapai0...@gmail.com wrote:
  Hi,

  I am developing an iPhone app that uses Twitvid library for uploading
  videos to TwitVid. This library first authenticates the app using the
  user-name and password input parameters. Then it uploads the video.
  But, recently I switched to OAuth mechanism of authentication which
  leads to a web-page where user can enter the user-name and password.
  So, I cannot provide the input fields for user-name and password in my
  app for uploading video.

  Can someone help me out to solve this problem.

  Thanks and Regards,
  Deepa

 --
 Abraham Williams | Developer for hire |http://abrah.am
 @abraham |http://projects.abrah.am|http://blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Uploading videos to Twitter using OAuth

2010-05-28 Thread Deepa
Hi,

I am developing an iPhone app that uses Twitvid library for uploading
videos to TwitVid. This library first authenticates the app using the
user-name and password input parameters. Then it uploads the video.
But, recently I switched to OAuth mechanism of authentication which
leads to a web-page where user can enter the user-name and password.
So, I cannot provide the input fields for user-name and password in my
app for uploading video.

Can someone help me out to solve this problem.

Thanks and Regards,
Deepa