[twitter-dev] Re: Possible to find out how many people have see a tweet?

2011-06-25 Thread berr08
I understand that...just want to make the information available to my
members.  So they tweet something out of the website and someone RT
the link I just want to show the potential number of eyes that have
potentially seen the tweet RT on their timeline.

On Jun 24, 10:06 am, Mohan Arun mar...@gmail.com wrote:
  I am wondering if there is a way to see how many people have seen my
  tweet via Retweets.  For instance I tweet Twitter is the best it is
  RT by one of my followers who has 1,000 followers, then by one of his
  followers who has 200 so my tweet has been seen by those users 1,200
  people via Retweets.

 Many people just follow 1000+ people and may not 'see' a retweet
 even though the retweet was available to read in their tweet inbox
 because there is 1000 other people whose tweets are visible
 when the twitter user logs in. Many tweets are going unread.

 - Mohanhttp://www.mohanarun.com

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Possible to find out how many people have see a tweet?

2011-06-23 Thread berr08
I am wondering if there is a way to see how many people have seen my
tweet via Retweets.  For instance I tweet Twitter is the best it is
RT by one of my followers who has 1,000 followers, then by one of his
followers who has 200 so my tweet has been seen by those users 1,200
people via Retweets.

Hope that makes sense any guidance would be great

Thanks!

Robert.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] 401 when getting Access Token

2010-08-03 Thread berr08
This was working a while back when I did it for another application
for a company I was working for but now when I try and reuse the code
of course it doesn't work anymore :)  I get to the point of getting
the access_token and I keep getting the 401 error.  I stopped the
process and printed out the URI (see below) that is getting the 401, I
am hoping that someone can help or point me in the right
direction...the API countdown is getting low :)

http://twitter.com/oauth/access_token?oauth_consumer_key=rQTEQe98Q9oXVNdMaDOHAAoauth_token=LMaPlwAXku9TXRUmrQumvtHb5mTqduVTwM6qHNPhKDIoauth_nonce=5960010oauth_timestamp=1280811918oauth_signature_method=HMAC-SHA1oauth_version=1.0oauth_signature=p0M%2bjCsud%2f32BE18nTeocL1c7eM%3d

Thanks,

Robert.


[twitter-dev] Re: OAuth URLEncode for VB.NET Libraries

2009-07-29 Thread berr08

Any chance you can post your oAuth.vb

I made this change to no avail.  Then I noticed that I was passing the
Token Secret into the sig. base. But still nothing!  I am going nuts!

On Jul 28, 2:15 pm, Andrew Badera and...@badera.us wrote:
 On Tue, Jul 28, 2009 at 2:13 PM, Duane Roelands 
 duane.roela...@gmail.comwrote:



  My application appears to be back in the game, after some corrections
  to my url encoding.  I've posted the code here (http://dpaste.com/hold/
  72568/ http://dpaste.com/hold/%0A72568/) for the benefit of other 
  VB.NETdevelopers.

  This is a VB.NET port of the URLEncode method found in the Twitter/
  OAuth class from Shannon Whitley and Eran Sandler.  They rock.

  Hopefully, this gets you guys back in the game as well.

 Good stuff Duane, I may refactor this into C#.

 --ab