[twitter-dev] Cannot post my tweets

2010-10-13 Thread Anita

there is  line drawn through the post your tweet at the bottm of my
home page and I can't post to my account at all!
Have I done something wrong? I'm using foxfire 6.5 and the java script
feature is activated.
Don't understand??

-- 
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: Reminder: Status IDs are changing at 10am PDT/5pm UTC Tuesday 12th October 2010

2010-10-13 Thread Nathaniel Irons
On Tue, Oct 12, 2010 at 1:51 AM, artesea ryancul...@gmail.com wrote:


 However if the tweets will no longer be directly incremental, will
 this method still work or could the odd tweet disappear (I assume they
 would need to be posted at the same millisecond, but it could be
 possible)?


By my read of the Snowflake announcement, there's no guarantee of correct
numerical ordering for new-style IDs generated within a second of each
other. That still may not be a problem for you in practice, but be aware
that nobody's promising millisecond accuracy.

  -nat

-- 
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: Extreme caching of deleted tweets in 'statuses/home_timeline'

2010-10-13 Thread CWorster
Thanks a lot for your replies.and confirmation!

-- 
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] status destroy / caching in NewTwitter.

2010-10-13 Thread CWorster
Hi Tom,

very nice find. Manually switching between old- and newtwitter will
flush the ''statuses/home_timeline'' API-Endpoint. Hope this issue
will get some attention from Twitter-Devs.

-- 
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] 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
   request/oauth/access_token/request
   /hash

could u please help me.

Regards,
George

-- 
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] SSL required

2010-10-13 Thread Scott Wilcox
You should be calling https://, http:// on the URIs.

On 13 Oct 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
errorSSL required/error
request/oauth/access_token/request
/hash
 
 could u please 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


Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
I have used http://.

Now i got other exceptio message
Failed to validate oauth signature and token

I have used liboauth libraries ..

Could u please help me.


On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote:

 You should be calling https://, http:// on the URIs.

 On 13 Oct 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
 errorSSL required/error
 request/oauth/access_token/request
 /hash
 
  could u please 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 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] 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 message
 Failed to validate oauth signature and token

 I have used liboauth libraries ..

 Could u please help me.



 On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote:

 You should be calling https://, http:// on the URIs.

 On 13 Oct 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
 errorSSL required/error
 request/oauth/access_token/request
 /hash
 
  could u please 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 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] SSL required

2010-10-13 Thread Georgooty varghese
Anybody please help me..

post data is

oauth_consumer_key=**oauth_nonce=3bC~Syh7v2ujOA6UvgefM34Ooauth_signature_method=HMAC-SHA1oau

th_timestamp=1286969415oauth_version=1.0x_auth_mode=client_authx_auth_password=***x_auth_username=*oauth_signature=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 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 message
 Failed to validate oauth signature and token

 I have used liboauth libraries ..

 Could u please help me.



 On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote:

 You should be calling https://, http:// on the URIs.

 On 13 Oct 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
 errorSSL required/error
 request/oauth/access_token/request
 /hash
 
  could u please 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 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] Access Token Details

2010-10-13 Thread Andrew Cross. Gna
This was the description given at the FAQ of twitter application

Prepare long-term storage for access tokens and secrets

Whatever your storage system may be, you'll need to begin storing an
oauth_token and oauth_token_secret (collectively, an access token)
for each user of your application. The oauth_token_secret should be
stored securely. Remember, you'll be accessing these values for every
authenticated request your application makes to the Twitter API, so
store them in a way that will scale to your user base. When you're
using OAuth, you should no longer be storing passwords for any of your
users.

I registered my application with the Twitter Apps and got all the
required and confidential details from it. But, the authorization
process does not work properly. It works perfectly at the first time
but not works as defined above by storing the oauth_token and
oauth_token_secret for later purposes. If we form the URL with the
oauth_token and oauth_token_secret. The system throws the excpetion as
Unauthorized and requires to follow all the steps to get the
authorization again and again.

May I know the right steps to avoid the authorization process for
every time we try to communicate with Twitter?

Thanking 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


[twitter-dev] Re: The remote server returned an error: (401) Unauthorized. + asp.net

2010-10-13 Thread Mansi
Is there any solution?? Can somebody help me on this issue?

On Oct 9, 3:13 pm, Mansi mansi.s...@etatvasoft.com wrote:
 Does anybody has idea for this issue?

 On Oct 7, 4:30 pm, Mansi mansi.s...@etatvasoft.com wrote:

  I have to post text on Twitter through my web site.
  For that I've created one application on Twitter. And have done all
  the related changes in site source code.

  I am using .net Framework 2.0.

  But having issue while redirecting to Twitter
  (oAuth.AuthorizationLinkGet()).
  It throws bug The remote server returned an error: (401) Unauthorized
  in below code. (oAuthTwitter.cs file)
    public string WebResponseGet(HttpWebRequest webRequest)
          {
              StreamReader responseReader = null;
              string responseData = ;

              try
              {
                  responseReader = new
  StreamReader(webRequest.GetResponse().GetResponseStream()); //HERE IT
  THROWS EXCEPTION.
                  responseData = responseReader.ReadToEnd();
              }
              catch
              {
                  throw;
              }
              finally
              {
                  webRequest.GetResponse().GetResponseStream().Close();
                  responseReader.Close();
                  responseReader = null;
              }

              return responseData;
          }

  What causes this bug? And what is the solution?

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

2010-10-13 Thread Hayko
Hi..i need a little help.i'm tring to figer out why
GetFriendsTimeline is not workin' on my python.it is not answering
to any reqest

thanx a lot


Hayko

-- 
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 Call Back for Portal

2010-10-13 Thread abhinav
I have integrated twitter in a portal solution. The portal page where
I register user for twitter, for the OAuth changes I have to give a
URL for authorization.
Now my question is that, portlets are not url addressable so how do I
implement callback functionality for authorization.

-- 
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] [twitcurl Lib] Direct Message Error

2010-10-13 Thread balbari
I used twitcurl lib.

and operate almost well.

but, The error occurs, when I use Direct Message.

The lower part is the source.

= source begin =
 // direct_message
 char DirectMsg[1024];
 memset( DirectMsg, 0, 1024 );

 printf( \nEnter a new direct message:  );
 gets( DirectMsg );
 tmpStr = DirectMsg;

 char receiveUser[1024];
 memset(receiveUser, 0, 1024);

 printf( \nEnter a receive user:  );
 gets( receiveUser );
 tmpStr1 = receiveUser;

 if( twitterObj.directMessageSend(tmpStr1, tmpStr, false) )
 {
   twitterObj.getLastWebResponse( replyMsg );
   printf( \ntwitterClient:: twitCurl::directMessageSend web
response:\n%s\n, replyMsg.c_str() );
 }
 else
 {
   twitterObj.getLastCurlError( replyMsg );
   printf( \ntwitterClient:: twitCurl::directMessageSend error:\n
%s\n, replyMsg.c_str() );
 }
= source end =

error messgae : errorIncorrect signature/error

How do I fix the source?

Please let me know the solution.

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


[twitter-dev] Twitter Login API using ASP.net

2010-10-13 Thread ved
Hello,

I am new on twitter but I have to integrate twitter login api with my
website. I don't know exactly what procedure need to be done..

Please help me.

Thanks,

-- 
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] Search profiles

2010-10-13 Thread calford
Hi,

I need to create an application that returns the number of profiles
found when searching on a keyword

the correct api method seems to be

http://api.twitter.com/1/users/search.format

the problem i have is that in order to know how many i have to go thru
all the pages (only up to 20 results per page) to see the total amount
of results and that method has a 60 calls per hour rate limit.

Is there an easier way to get just the total number of profiles
(people) returned?

Thanks

-- 
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] SSL required

2010-10-13 Thread Taylor Singletary
Hi Georgooty,

Few quick pointers in the right direction:

* SSL ( https ) IS required for xAuth implementation. You must use it.
* Header-based OAuth is required for xAuth implementation. Your POST body
contains oauth_* parameters that should only be present in the Authorization
header 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~Syh7v2ujOA6UvgefM34Ooauth_signature_method=HMAC-SHA1oau

 th_timestamp=1286969415oauth_version=1.0x_auth_mode=client_authx_auth_password=***x_auth_username=*oauth_signature=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 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 message
 Failed to validate oauth signature and token

 I have used liboauth libraries ..

 Could u please help me.



 On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote:

 You should be calling https://, http:// on the URIs.

 On 13 Oct 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
 errorSSL required/error
 request/oauth/access_token/request
 /hash
 
  could u please 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 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] Twitter libraries/ Caching issue

2010-10-13 Thread zoomcreator
Hello,
   I have my own caching solution using magpie with rss feeds.
However, I have a continual problem with duplicates in news feed
broadcasts. Love to get anyones suggestion for a solution to this
problem. Just wondering if I need to update my twitter libraries and
if so where can I find the updated libraries.

Michael

-- 
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] Displaying custom media in the right pane

2010-10-13 Thread Brutuscat
There is any way to get white-listed and let twitter know the content
to be displayed of an url, much like facebook share with metadata or
Yahoo's standard enhanced results?

My request is to allow to display content at the right pane. Just like
a flash game or a swf widget.

http://developer.search.yahoo.com/help/objects/games
http://developers.facebook.com/docs/share

Thanks!

-- 
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] SSL required

2010-10-13 Thread Georgooty varghese
Thanks Taylor..  When I used https:// in UR SSL Issue was resolved .


Now i have face another issue for getting home tweets.
Exception is incorrect signature.

How it can solved...

Anybody please help me?..



On Wed, Oct 13, 2010 at 7:15 PM, Taylor Singletary 
taylorsinglet...@twitter.com wrote:

 Hi Georgooty,

 Few quick pointers in the right direction:

 * SSL ( https ) IS required for xAuth implementation. You must use it.
 * Header-based OAuth is required for xAuth implementation. Your POST body
 contains oauth_* parameters that should only be present in the Authorization
 header 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~Syh7v2ujOA6UvgefM34Ooauth_signature_method=HMAC-SHA1oau

 th_timestamp=1286969415oauth_version=1.0x_auth_mode=client_authx_auth_password=***x_auth_username=*oauth_signature=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 help me.
 '

 On Wed, Oct 13, 2010 at 3:16 PM, Georgooty varghese georgo...@gmail.com
  wrote:

 I have used http://.

 Now i got other exceptio message
 Failed to validate oauth signature and token

 I have used liboauth libraries ..

 Could u please help me.



 On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote:

 You should be calling https://, http:// on the URIs.

 On 13 Oct 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
 errorSSL required/error
 request/oauth/access_token/request
 /hash
 
  could u please 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 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 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] #NewTwitter issues: account setup, page width

2010-10-13 Thread RF
Hello,

I have observed the following issues with the #NewTwitter.  I am using
Win XP-Pro and IE8 for these observations.  My monitor is 1280 wide.

1. New account creation - receive message and view in Gmail - click on
confirmation link and new tab opens showing new account home page.
There is no positive indication that the email has been confirmed.
20% of the time (2 out of 10 tests) an orange banner is shown asking
me to confirm my email.

2. Page layout is too wide to show in browser.  My monitor is 1280
wide and I often use the browser window at less than maximum.  Under
these conditions, there is a horizontal scroll bar but the top banner
does not scroll.  Consequently, the rightmost menu is not visible.  As
a result, it is not possible to logout.  I have an image of the issue
that I will forward on request.  The image size shows the browser is
over 800 pixels wide.  It also shows plenty of room for the menu if
the top banner were narrower.  In all cases, I think the banner should
scroll horizontally with the rest of the page.

Ray Franklin

-- 
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: Question about TT's

2010-10-13 Thread Brian Sutorius
Hi Emerson,
Please contact our communications team for more information about
this. You may reach them by filling out the form at
http://twitter.com/help/contact/make_press_inquiry .

Brian Sutorius
Twitter API Policy

On Oct 12, 6:44 pm, Emerson Damasceno emerson...@gmail.com wrote:
 Hello there. Obviously this is not the proper place, but since it's being a
 lot of talking in Brazil, have you heard anything about Twitter monitoring
 the TT's for political reasons?
 In Brazil some are saying the Hashtag #dilma13 was somehow pulled off the
 TT's (it's a brazilian Candidate to Presidential Pools).
 Also as a Journalist I wonder if that is somehow possible (since Twitter is
 able to accept a promoted TT) but as far as I know, not Stop a Trending (if
 really trending).
 Anyway, thank you all again

 Emerson

 2010/10/12 D. Smith emai...@sharedlog.com





  I noticed that the value of source field looks somewhat strange:
  source:a href=\http://www.echofon.com/\; rel=\nofollow\Echofon
  \/a,

  Why in the world would you have an html string as a value and on top
  of than why do you include the rel=nofollow tag?

  This just looks wrong, not structured.
  The right way whould have been to represent the source as an object
  with fileds: name, url, like this:

  source:{name : Echofon, url:http://www.echofon.com},

  Usually you try to pre-parse everying for us, but in the case or
  source, we have to do extra parsing to extract values of title and url

  Will you fix this soon?

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

 --
 *Emerson 
 Damascenohttp://www.twitter.com/emersonanomiahttp://www.blog.opovo.com.br/bloganomia/*
 *http://www.opovo.com.br/colunas/tecnologia/listagemmidiaesocial/*
 *Tel: +55 85-8697 3224/ 85-3458 1977/ 11- 7356 9693*
 *Nextel: 55*86*28199*
 *Damasceno  Associados*
 *Shopping Aldeota 1620/1621*

-- 
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: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Abraham Williams
The in_reply_to fields are set:
http://api.twitter.com/1/statuses/show/27265789132.json

I can confirm that the screen_name can be contained anywhere in the text for
replies. It has been this way for as long as i can remember except in the
#vintagetwitter web interface.

Here is another example where I replied to myself at the very end of the
text.

https://twitter.com/#!/abraham/status/27035921296

Abraham
-
Abraham Williams | Hacker Advocate | http://abrah.am
Update: http://blog.abrah.am/2010/10/organizing-my-life.html
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Wed, Oct 13, 2010 at 12:28, Matt Harris thematthar...@twitter.comwrote:

 Looking into this it shows this is a presentation issue on twitter.com
 as these are mentions. To confirm this I checked the in_reply_to
 fields in the API response. In these messages the in_reply_to fields
 are null. This can also be seen when not in #newtwitter -
 http://twitter.com/mikedizon does not report the tweet as a reply to
 you.

 I've let the webteam know about this heading causing confusion.

 ---
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Wed, Oct 13, 2010 at 11:40 AM, Orian Marx (@orian)
 or...@orianmarx.com wrote:
  It seems like a proper @reply does not require a leading @username.
  Take this recent reply to me for example:
 http://twitter.com/#!/mikedizon/statuses/27265789132
  (note the reply was created via twitter.com too).
 
  On Oct 8, 12:07 pm, Taylor Singletary taylorsinglet...@twitter.com
  wrote:
  I've never known this to work, but I easily could be wrong. API won't do
  anything to stop you from doing this -- but it won't be considered an
  @reply. HootSuite very well could do some server-side association of the
  post since it is cognizant of the intent during creation -- but that
 seems
  far-fetched.
 
  Taylor
 
  On Fri, Oct 8, 2010 at 8:44 AM, Orian Marx (@orian) 
 or...@orianmarx.comwrote:
 
 
 
   When did this change to actually require starting the @reply with the
   @username? HootSuite has long supported sending tweets in reply to
   others without leading with the @username. Does this no longer work?
 
   On Oct 7, 3:42 pm, Taylor Singletary taylorsinglet...@twitter.com
   wrote:
With as often as this comes up, it's obvious that we aren't
 communicating
this clearly and the historical aspect of this isn't obvious:
 
An @reply requires that it begins with the @username of the user
 being
replied to. The in_reply_to_status_id field is not enough to
 associate
   the
tweets as a reply -- the username must also be present.
 
Also: When using a POST method, don't include your fields/parameters
 on
   the
query string. Instead, put them in the POST body. You may find
 someday
   that
passing such parameters on the query string just stops working.
 
Taylor
 
On Thu, Oct 7, 2010 at 1:37 PM, Matthew matt.c.w...@gmail.com
 wrote:
 Hello,
 
 Been working on a project that will allow users to reply to
 tweets. I
 am having difficulty in getting the 'in_reply_to_message_id' to be
 acknowledged. I have been using the latest version of Abraham's
 TwitterOAuth library, also confirmed the problem through apigee.
 
 Example request (over POST):
 

 http://api.twitter.com/1/statuses/update.json?in_reply_to_status_id=2.
   ..
 like its not working for apigee either
 
 I can confirm the in_reply_to_status_id message is a message I
 posted
 earlier.
http://api.twitter.com/1/statuses/show/26673308442.json
 
 I get a response back from twitter with field populated except
 with
 in_reply_to_status_id : null.
 Is there currently a glitch in the twitterapi, or am I using this
 function improperly?
 
 Thanks 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 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
 

[twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread @epc

When in_reply_to_status_id was originally added you could reply to a
tweet without including the @username in the tweet, and twitter would
accept that (and thread that) as a proper reply.  On the one hand this
freed up a few additional characters for the reply, but also lead to
confusion since people were seeing replies which didn't include their
screen_name.

This behavior was later changed to require that the screen_name which
authored the tweet being replied to be mentioned in the reply (this
was around the time that replies became mentions).  A tweet posted
with in_reply_to_status_id but without the related screen_name would
get posted, but the in_reply_to_status_id field would not get set.
--
-ed costello

-- 
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] limits for Lists?

2010-10-13 Thread Rick
Hey,

Working on some analytics and since I'm not quite ready to make the
leap to the streaming api I was thinking of using lists.  Listing 500
people * 20 lists = 10 000 people is okay to do (subject to API
limits)?  That is it's not the same as trying to follow them where it
degrades the twitter experience and the account gets suspended?  If
they are limits and I'll be careful to only use test accounts rather
than risking my an important one...

Thanks!

-- 
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: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Orian Marx (@orian)
The in_reply_to info is definitely set. It's showing up properly in
TweetDeck. However things are right now, I don't think they should be
touched.

On Oct 13, 3:28 pm, Matt Harris thematthar...@twitter.com wrote:
 Looking into this it shows this is a presentation issue on twitter.com
 as these are mentions. To confirm this I checked the in_reply_to
 fields in the API response. In these messages the in_reply_to fields
 are null. This can also be seen when not in #newtwitter 
 -http://twitter.com/mikedizondoes not report the tweet as a reply to
 you.

 I've let the webteam know about this heading causing confusion.

 ---
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

 On Wed, Oct 13, 2010 at 11:40 AM, Orian Marx (@orian)



 or...@orianmarx.com wrote:
  It seems like a proper @reply does not require a leading @username.
  Take this recent reply to me for 
  example:http://twitter.com/#!/mikedizon/statuses/27265789132
  (note the reply was created via twitter.com too).

  On Oct 8, 12:07 pm, Taylor Singletary taylorsinglet...@twitter.com
  wrote:
  I've never known this to work, but I easily could be wrong. API won't do
  anything to stop you from doing this -- but it won't be considered an
  @reply. HootSuite very well could do some server-side association of the
  post since it is cognizant of the intent during creation -- but that seems
  far-fetched.

  Taylor

  On Fri, Oct 8, 2010 at 8:44 AM, Orian Marx (@orian) 
  or...@orianmarx.comwrote:

   When did this change to actually require starting the @reply with the
   @username? HootSuite has long supported sending tweets in reply to
   others without leading with the @username. Does this no longer work?

   On Oct 7, 3:42 pm, Taylor Singletary taylorsinglet...@twitter.com
   wrote:
With as often as this comes up, it's obvious that we aren't 
communicating
this clearly and the historical aspect of this isn't obvious:

An @reply requires that it begins with the @username of the user being
replied to. The in_reply_to_status_id field is not enough to associate
   the
tweets as a reply -- the username must also be present.

Also: When using a POST method, don't include your fields/parameters on
   the
query string. Instead, put them in the POST body. You may find someday
   that
passing such parameters on the query string just stops working.

Taylor

On Thu, Oct 7, 2010 at 1:37 PM, Matthew matt.c.w...@gmail.com wrote:
 Hello,

 Been working on a project that will allow users to reply to tweets. I
 am having difficulty in getting the 'in_reply_to_message_id' to be
 acknowledged. I have been using the latest version of Abraham's
 TwitterOAuth library, also confirmed the problem through apigee.

 Example request (over POST):

http://api.twitter.com/1/statuses/update.json?in_reply_to_status_id=2.
   ..
 like its not working for apigee either

 I can confirm the in_reply_to_status_id message is a message I posted
 earlier.
http://api.twitter.com/1/statuses/show/26673308442.json

 I get a response back from twitter with field populated except with
 in_reply_to_status_id : null.
 Is there currently a glitch in the twitterapi, or am I using this
 function improperly?

 Thanks 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 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] Login App

2010-10-13 Thread kevin simmons
I am currently developing a game that incorporates facebook and
twitter.  This will be a game available on facebook as all other
facebook games are.  If you are not familiar, quick steps:

search for a game on facebook
select allow or deny tracking of data
game launches.

but before we launch you into the game, we want the users to verify
their twitter accounts, via username and password as well.  I noticed
that facebook follows this exact procedure when users decide to enable
twitter on their facebook account.
How can we incorporate this same twitter permissions app so we can
gather twitter data before launching users into the game?
Is it possible to have access to thhis permission app so we can
initialize our game launch?

We can create a generic twitter username and password prompt screen,
but we would prefer to us the twitter login as facebook does for
consistency as well as adding comfort to our users that the data is
passing specifically to twitter.

-- 
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] Finding undone retweets

2010-10-13 Thread @CloudMarc
I need to know when one particular user (myself) undoes a retweet.
I'm happy to get this via streaming API or by polling status or any
way I can.

I've tried follow(id), /1/statuses/filter.json?follow=screen_name,
retweeted_by_me, etc.  - no joy.

I also am listening to gardenhose, do occasionally get delete
requests, but never for undoing a retweet.

Thanks in advance!


m

-- 
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] Previous Cursor issue in follower/Following list

2010-10-13 Thread Karthik
Hi all,

I am trying to achieve paging in my following and followers list.
My page consist of 20 user each.
I am totally having around 400 Following.
So In my application , I want to achieve 20 pages of following list.I
want to navigate Next and Previous pages.

So I am using the below Twitter API:
http://api.twitter.com/statuses/friends.json?cursor=-1count=20

In the Next page , I would be using the Next cursor value of the above
Req response.

With this API , I am able to navigate to all the next pages using next
cursor values given.
But when I navigate to previous pages , I try to use previous cursor
values which always given Blank pages.
I mean whenever I use prev cursor values , the response always
blank(no users present).


Please help me out to resolve this issue.

-- 
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] 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?
 oauth_consumer_key=oauth_nonce=
  HswRm6~rUgKTz1ZjkIOoauth_signature_method=HMAC-SHA1
  oauth_timestamp=1287026003oauth_token=**oauth_version=1.
  0x_auth_mode=client_authx_auth_password=***x_a
  uth_username=oauth_signature=5gqkckIqP56Z5e
  he02tlt6qMu%2BU%3D

When this url is copy into internet explorer.. I get json file. But C -
coding i didnt get..

Could u please help me?/

I am waiting for your response.

Regards,
George

-- 
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] Finding undone retweets

2010-10-13 Thread Tom van der Woerdt
Last time I checked the streams documentation, it said that it does not
support retweet undo messages yet. You'll have to wait.

Tom


On 10/14/10 2:17 AM, @CloudMarc wrote:
 I need to know when one particular user (myself) undoes a retweet.
 I'm happy to get this via streaming API or by polling status or any
 way I can.
 
 I've tried follow(id), /1/statuses/filter.json?follow=screen_name,
 retweeted_by_me, etc.  - no joy.
 
 I also am listening to gardenhose, do occasionally get delete
 requests, but never for undoing a retweet.
 
 Thanks in advance!
 
 
 m
 

-- 
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 while getting home tweets

2010-10-13 Thread Tom van der Woerdt
Don't use xAuth, use OAuth. Leave 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. 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?
  oauth_consumer_key=oauth_nonce=
   HswRm6~rUgKTz1ZjkIOoauth_signature_method=HMAC-SHA1
   oauth_timestamp=1287026003oauth_token=**oauth_version=1.
   0x_auth_mode=client_authx_auth_password=***x_a
   uth_username=oauth_signature=5gqkckIqP56Z5e
   he02tlt6qMu%2BU%3D
 
 When this url is copy into internet explorer.. I get json file. But C -
 coding i didnt get..
 
 Could u please help me?/
 
 I am waiting for your response.
 
 Regards,
 George
 
 -- 
 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