Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Georgooty varghese
that was it. On Jul 6, 8:25 pm, Georgooty varghese georgo...@gmail.com wrote: Hi, Use header based authentication.. Regards, George On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner p...@audiencepoint.com wrote: Matt, I am having the same problem and ti started right about the same

Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-06 Thread Georgooty varghese
Hi, Use header based authentication.. Regards, George On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner p...@audiencepoint.comwrote: Matt, I am having the same problem and ti started right about the same time as this post. Here are the details: Here are the response headers

Re: [twitter-dev] XAuth Authorization

2011-06-27 Thread Georgooty varghese
Hi, xAuth is not enabled by deafult when you registering the application. To enabling this, you should send a detailed mail to a...@twitter.com with the application details. Regards, George On Mon, Jun 27, 2011 at 2:55 PM, yatibawri yatiba...@gmail.com wrote: Hi all, I have a query

Re: [twitter-dev] Using xAuth in N8 (HELP)

2011-06-23 Thread Georgooty varghese
Hi, Actually your problem is not mentioned here. A list of Twitter OAuth libraries are available at http://dev.twitter.com/pages/libraries. You can start with twitter functionality integration using javasript twitter client library. Regards, George On Fri, Jun 24, 2011 at 12:56 AM, Victor

[twitter-dev] Method /version/statuses/user_timeline.json not functioning properly

2011-06-16 Thread Georgooty varghese
Dear Twitter, I have found some mismatching in header value. Rquest url is given below,

Re: [twitter-dev] Method /version/statuses/user_timeline.json not functioning properly

2011-06-16 Thread Georgooty varghese
, oauth_signature=YJ8LsrrXd13v0YLtnKSRdHScjaQ%3D Here in Headers removed the screen_name, include_rts, and page parameters //kamesh On Thu, Jun 16, 2011 at 12:19 PM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I have found some mismatching in header value. Rquest url is given

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-14 Thread Georgooty varghese
I am facing the same issue.. On Tue, Jun 14, 2011 at 11:56 AM, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Is Anybody have IDEA about the solution of above problem //kamesh On Jun 13, 12:49 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Dear All, I am developing a

[twitter-dev] Re: Follower/Friends ID's count of each request

2011-06-14 Thread Georgooty varghese
How to limit the follower/friends i's limit..? How to resolve this issue? Could you please help me? I am waiting for your reply. Regards, George On Mon, Jun 13, 2011 at 9:57 AM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I want to know about the count of follower

Re: [twitter-dev] Could not retrieve /statuses/friends.xml: 403 Forbidden

2011-06-13 Thread Georgooty varghese
/statuses/friends.xml API has deprecated by Twitter.So you did not get these details. For getting friends details you can use a combination of friends.ids and user/lookup. Regards, George On Tue, Jun 14, 2011 at 8:34 AM, cadetandrew homerthi...@gmail.com wrote: I'm currently using an

[twitter-dev] Follower/Friends ID's count of each request

2011-06-12 Thread Georgooty varghese
Dear Twitter, I want to know about the count of follower/friends count of each request. I have using cursor field in each request. In first request , cursor value set to -1. In response I got next next_cursor_str ,previous_cursor_str fields. but values are 0. *I want to limit the count of each

Re: [twitter-dev] Username Password Authentication

2011-05-09 Thread Georgooty varghese
Hi, Basic authentication was removed currently. So you can use xAuth authentication, Using xAuth , you can directly enter username and password into your application... Regards, George On Mon, May 9, 2011 at 6:14 PM, Bahrain aaljow...@gmail.com wrote: Hi All, I am new to this email group

Re: [twitter-dev] Re: Mobile Development

2011-04-08 Thread Georgooty varghese
Hi, 1. You should register a application in twitter. Have u browser support into your app? On Fri, Apr 8, 2011 at 12:02 PM, abhishek nalwaya nalwayaabhis...@gmail.com wrote: I can't use callback. As it is mobile Native app I don't know what callback URL should i register with twitter? I

Re: [twitter-dev] Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread Georgooty varghese
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-

Re: [twitter-dev] how to get the home timeline of a user

2011-03-18 Thread Georgooty varghese
can you please send the issues detailed.. Regards, George On Fri, Mar 18, 2011 at 12:53 PM, vinay kumar vinaykond...@gmail.comwrote: Hi, i did all the basic things like registering a site and getting the keys. there is url in twitter statuses/home_timeline.json. it needs

[twitter-dev] - Each http request (home tweet) json data count

2011-03-16 Thread Georgooty varghese
Dear Twitter, I have implemented a twitter client in C. I have used xAuth authentication. I have used pagination for each http request for home page/user time line request. Please look the below url, this was used for getting home tweets

Re: [twitter-dev] - Each http request (home tweet) json data count

2011-03-16 Thread Georgooty varghese
in the original underlying payload (and are often the missing tweets you are looking for when the default returns less than what you're asking for). Taylor @episod http://twitter.com/episod - Taylor Singletary - Twitter Developer Advocate On Wed, Mar 16, 2011 at 7:29 AM, Georgooty varghese

Re: [twitter-dev] A very basic question

2011-03-09 Thread Georgooty varghese
you can use libauth library from twitter On Thu, Mar 10, 2011 at 11:59 AM, Umashankar Das umashankar...@gmail.comwrote: Guys, I just wanted to tap the extensive knowledge of such esteemed developers aroundd here. Can anyone recomend the best library which supports twitter api's in C/C++.

Re: [twitter-dev] Get all Followers

2011-02-15 Thread Georgooty varghese
you should use pagination On Tue, Feb 15, 2011 at 3:41 PM, arfaRed arfafa...@gmail.com wrote: Hi, I am retrieving followers using the following API http://api.twitter.com/1/statuses/followers/twitter.json. But this returns 100 followers only. What if I have more than 100 followers on my

Re: [twitter-dev] Get all Followers

2011-02-15 Thread Georgooty varghese
you should use cursor field in follower url. in this response, you should get next and prev paging cursor values. Next time you should use this values in to your urls. On Tue, Feb 15, 2011 at 3:54 PM, Scott Wilcox sc...@dor.ky wrote: Use the provided cursors to move through your followers.

Re: [twitter-dev] Twitter for Desktop Apps

2011-02-06 Thread Georgooty varghese
No. Each user don't need seperate authorization. Could u plz describe your issue detailed. Regards, George On Mon, Feb 7, 2011 at 9:26 AM, Sujit Shah sujit...@gmail.com wrote: I am looking at integrating Twitter with my desktop app. Does each user need to obtain a seperate authorisation?

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-20 Thread Georgooty varghese
Now the issue solved. Thanks Twitter. Regards, George On Mon, Dec 20, 2010 at 10:20 AM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I didn't get a solution. Please help me. I am waiting for your reply. Regards, George On Thu, Dec 16, 2010 at 1:58 PM, Tom van der Woerdt

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-19 Thread Georgooty varghese
AM, Georgooty varghese wrote: Thanks twitter for your quick reply. I have make only one modification into my code. Other code changes do only when I get your reply. I have changed url for user time line http to https. Here I have copied my user time line base url and signature and base

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-17 Thread Georgooty varghese
I didn't get a proper solution. Anybody please help me. Regards, George On Thu, Dec 16, 2010 at 7:11 PM, Georgooty varghese georgo...@gmail.comwrote: Ok. Thanks Tom. What wrong I have made in this. I didn't find any issue. Could u please check the issue. I am waiting for your reply

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-16 Thread Georgooty varghese
are actually doing! Tom On 12/16/10 7:25 AM, Georgooty varghese wrote: Thanks twitter for your quick reply. I have make only one modification into my code. Other code changes do only when I get your reply. I have changed url for user time line http to https. Here I have copied my

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-15 Thread Georgooty varghese
not really apply to user_timeline) If you checked the above and the issue is still there, please show us a sample Base String and a dump of the request you make to the Twitter API. Tom On 12/15/10 6:06 PM, Georgooty varghese wrote: Dear Twitter, I have been created a twitter application

Re: [twitter-dev] Problem - SSL CA cert

2010-12-01 Thread Georgooty varghese
Hi, I am sincere thanks to all twitter engineers.. Special thanks to Cameron Kaisor and John Adams. Thanks for the valuable inputs. I updated the crypto library with new version and the problem got fixed. Once again, I am thanks to all twitter engineers. Regards, George On Wed, Dec 1,

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
Thanks for quick reply. I will check it and reply the status soon. Regards, George On Tue, Nov 30, 2010 at 11:38 PM, John Adams j...@twitter.com wrote: On Mon, Nov 29, 2010 at 11:11 PM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I wont be able to log in to twitter

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
://api.twitter.com Anybody please help meI am waiting for your reply. Regards, George On Tue, Nov 30, 2010 at 11:38 PM, John Adams j...@twitter.com wrote: On Mon, Nov 29, 2010 at 11:11 PM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, I wont be able to log

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
Dear Twitter, I dont understand about crypto libray or less likely zlib... Could u please give a description for this. What do this for twitter ? Where is get from or less likely zlib.? I am waiting for your reply Regards, George On Wed, Dec 1, 2010 at 10:27 AM, Cameron Kaiser

Re: [twitter-dev] Problem - SSL CA cert

2010-11-29 Thread Georgooty varghese
. Regards, George. On Mon, Nov 29, 2010 at 1:04 PM, Georgooty varghese georgo...@gmail.comwrote: Dear Twitter, Thanks for reply. I do the the all things says in http://curl.haxx.se/docs/sslcerts.html . So the issue solved in the PC using libcurl. But the issue not solved in embedded environment board

Re: [twitter-dev] Problem - SSL CA cert

2010-11-28 Thread Georgooty varghese
Dear Twitter, Thanks for reply. I do the the all things says in http://curl.haxx.se/docs/sslcerts.html . So the issue solved in the PC using libcurl. But the issue not solved in embedded environment board. I have copied the same file in board, but the issue not solved. If any other certification

[twitter-dev] Problem - SSL CA cert

2010-11-25 Thread Georgooty varghese
Dear Twitter, I have developed a twitter application in C language using Libcurl. I have used xAuth authentication.The application was working in PC as fine. I am special thanks to twitter engineers for helping to me successfully completion of twitter application in PC. Now I am facing a critical

Re: [twitter-dev] twitter

2010-11-22 Thread Georgooty varghese
Hi, Could you give more information.. On Mon, Nov 22, 2010 at 3:20 PM, deepa.23.naga...@gmail.com deepa.23.naga...@gmail.com wrote: Hi i am getting verify credential error... Please can you suggest me.. Thank you, deepa -- Twitter developer documentation and resources:

[twitter-dev] Home tweets count

2010-10-27 Thread Georgooty varghese
Dear Twitter, I have developed a twitter client in C. I have 1 question about home tweet url response. I need total home tweet count from its response. How to get total home tweet count?. Is it possible. How? Could you please help me. Regards, George -- Twitter developer documentation and

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-19 Thread Georgooty varghese
%2B79fe29HZu9Q%3D, oauth_version=1.0 *Executed URL* http://api.twitter.com/1/statuses/home_timeline.json?page=1 Taylor On Mon, Oct 18, 2010 at 6:04 AM, Georgooty varghese georgo...@gmail.comwrote: could you please help me .. I am waiting for your reply... On Mon, Oct 18, 2010 at 1:39 PM

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
/pages/auth for the correct syntax. Tom On 10/16/10 9:23 AM, Georgooty varghese wrote: * Now I set to Http header value Header name = Authorization value = http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key=*oauth_nonce=QyRr

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
could you please help me .. I am waiting for your reply... On Mon, Oct 18, 2010 at 1:39 PM, Georgooty varghese georgo...@gmail.comwrote: Now I set to http header name is Authorization header value = oauth_consumer_key=**,oauth_nonce=b8qoVIxfQyEOOgu6vHjN215,oauth_signature_method=HMAC

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
=1.0 *Executed URL* http://api.twitter.com/1/statuses/home_timeline.json?page=1 Taylor On Mon, Oct 18, 2010 at 6:04 AM, Georgooty varghese georgo...@gmail.comwrote: could you please help me .. I am waiting for your reply... On Mon, Oct 18, 2010 at 1:39 PM, Georgooty varghese georgo

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-16 Thread Georgooty varghese
Any body please help me? On Fri, Oct 15, 2010 at 11:00 AM, Georgooty varghese georgo...@gmail.comwrote: * Now I have removed oauth parameters in query string and added it to HTTP header. * Removed ~ char from auth nonce (reserved chars) Now i got another exception Could not authenticate

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-16 Thread Georgooty varghese
does something right. POSTs are harder than GETs. There must be something simple wrong with your GET. Look very closely. Compare to the spec if necessary. Compare to other code that produces the correct results. Taylor On Thu, Oct 14, 2010 at 4:06 AM, Georgooty varghese georgo...@gmail.comwrote

[twitter-dev] libauth library

2010-10-15 Thread Georgooty varghese
Dear Twitter, Is anybody using liboauth library for twitter authentication?...'' Using this library I got xAuth auth token values.. But using this I didnt get home tweets..etc.. It didnt work any authentication required URL calls.. But Follower status/following status URL working fine... Any

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-14 Thread Georgooty varghese
the x_auth_ stuff and use your oauth_token and oauth_token_secret. Oh, and look at what xAuth actually is. It's no replacement for OAuth. Tom On 10/14/10 5:22 AM, Georgooty varghese wrote: Dear Twitter, I have implemented a twitter client application in C using xAuth authentication

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-14 Thread Georgooty varghese
AM, Georgooty varghese georgo...@gmail.com wrote: Thanks for quick reply. Now i have removed xAuth stuff in GET parameter. Now uri is look like http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key=; http://api.twitter.com/1/statuses/home_timeline.json

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-14 Thread Georgooty varghese
, Georgooty varghese georgo...@gmail.comwrote: Before I have implemented a twitter client in C# using xAuth authentication . At that application I have used xauth params for each url signin. Any problem I didn't get. That aclient application works fine. Now I have changed language C# to C. I

[twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Dear Twitter, I have some doubts. I have used xaith authentication for my application. I have implemented a twitter client in c#.net. Now I have used to implement a twitter client in C. Now I got the following exception. hash errorSSL required/error

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
2010, at 10:13, Georgooty varghese wrote: Dear Twitter, I have some doubts. I have used xaith authentication for my application. I have implemented a twitter client in c#.net. Now I have used to implement a twitter client in C. Now I got the following exception. hash

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Still I got SSL exception.. hash errorSSL required/error request/oauth/access_token/request /hash Any body please help me. ' On Wed, Oct 13, 2010 at 3:16 PM, Georgooty varghese georgo...@gmail.comwrote: I have used http://. Now i got other exceptio

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
=SCa7NDHr7wFmAghA48V%2FNt1ooR8%3D Please help..SSL required exception. On Wed, Oct 13, 2010 at 3:46 PM, Georgooty varghese georgo...@gmail.comwrote: Still I got SSL exception.. hash errorSSL required/error request/oauth/access_token/request /hash Any body please

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
part of the request. Only the x_auth_* parameters should be in your POST body. Taylor On Wed, Oct 13, 2010 at 4:33 AM, Georgooty varghese georgo...@gmail.comwrote: Anybody please help me.. post data is oauth_consumer_key=**oauth_nonce=3bC

[twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Georgooty varghese
Dear Twitter, I have implemented a twitter client application in C using xAuth authentication. I got auth token and token secret. Then I wont be able to get home tweets. Exception is Incorrect signature. URL is http://api.twitter.com/1/statuses/home_timeline.json?

[twitter-dev] Twitter - XAuth

2010-09-07 Thread Georgooty varghese
Dear Twitter, I have used XAuth authentication used for my application. I have implemented twitter client in C# on 1 month ago , Now these days I got gateway error first time logging. Next time logging no pblm. I have no changed in code side. If any updation in XAuth authentication mechanism. In

Re: [twitter-dev] Twitter - XAuth

2010-09-07 Thread Georgooty varghese
Woerdt i...@tvdw.eu wrote: On 9/7/10 9:11 AM, Georgooty varghese wrote: Dear Twitter, I have used XAuth authentication used for my application. I have implemented twitter client in C# on 1 month ago , Now these days I got gateway error first time logging. Just write some code to handle

Re: [twitter-dev] anyone got a working .NET example?

2010-09-06 Thread Georgooty varghese
Hi, I have implemented a twitter client in C#. Regards, George On Mon, Sep 6, 2010 at 9:17 AM, yout...@publicdataservice.org yout...@publicdataservice.org wrote: anyone got a working .NET example? I tried this

Re: [twitter-dev] Need Developer

2010-09-03 Thread Georgooty varghese
Hi, Which help u need. Regards, George On Fri, Sep 3, 2010 at 3:20 AM, Mike Morang m...@iplusmarketing.com wrote: I need a Twitter developer to add functionality to my approved Twitter app. Best Regards, * Michael Morang Principal Consultant iPlus Marketing Corp. 714-594-7374

[twitter-dev] Re: Delivery Status Notification (Failure)

2010-09-03 Thread Georgooty varghese
you please explain mw, how to help u? Regards, George On Fri, Sep 3, 2010 at 12:18 PM, John SJ Anderson geneh...@gmail.com wrote: Specifically, what platform(s) are you targeting and what functionality do you look to add? On Thu, Sep 2, 2010 at 23:30, Georgooty varghese georgo

Re: [twitter-dev] Need Developer

2010-09-03 Thread Georgooty varghese
explain mw, how to help u? Regards, George On Fri, Sep 3, 2010 at 12:18 PM, John SJ Anderson geneh...@gmail.comwrote: Specifically, what platform(s) are you targeting and what functionality do you look to add? On Thu, Sep 2, 2010 at 23:30, Georgooty varghese georgo...@gmail.com wrote: Hi

Re: [twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Georgooty varghese
which language is used? On Fri, Sep 3, 2010 at 11:44 AM, Karthik karthikduraisw...@gmail.comwrote: Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason.. -- Twitter

[twitter-dev] UnAuthorized exception

2010-07-23 Thread Georgooty varghese
Dear Twitter, I have created twitter application for tv applications. I have used xauth authentication. First time i have created my application as read only. Then I haven't able to post a tweet, an exception occured, Exception like UnAuthorized?. Then i changed my application setting