[twitter-dev] Looking for a simple API call to determine if a Twitter user is following another Twitter user

2010-11-15 Thread FrikShun
Hello All, I'm developing a Facebook App that will award micro-currency if the logged in user follows our focus user on Twitter. I've got the Follow button and the connect @Anywhere wired up to allow the user to connect to Twitter and follow our focus user. We can then retrive the logged on

[twitter-dev] Add a callback to the Twitter Follow Button?

2010-11-15 Thread FrikShun
Hello All, This is a related question to my previos post. As I described in my previous post, I'm developing a Facebook App that will award micro-currency if the logged in user follows our focus user on Twitter. I've got the Follow button and the connect @Anywhere wired up to allow the user to

[twitter-dev] Twitter4j OAuth on Android is Simple

2010-11-15 Thread Mukesh Srivastav
Hi All, Twitter4j OAuth for Android example by Mukesh,this example would help you to understand the usage of Intent after succesfully authentication using OAuth in Android. make use of it and enjoy.. About : OAuth OAuth is an open protocol that allows users to hand out tokens instead of

[twitter-dev] How to raise my access level (role)?

2010-11-15 Thread Jianshi Huang
Hi, I'm currently involved with a research project that needs to access more tweets than the rate limited. I think the streaming API is what I need. But I couldn't find any document explaining how to 1) raise my access level (shadow or birddog) 2) how to get grant for the Gardenhose stream or

[twitter-dev] Best way to set up data analytics service. Firehose stream?

2010-11-15 Thread Incredicorp
Goodmorning, I am of course not talking about the business side of things- however I am searching for solid information regarding the following. - We want to access as much public tweets as possible (for a 3 man startup working on userfriendly analytics apps) - Do I understand correctly that

[twitter-dev] Logout Problem

2010-11-15 Thread Saurabh
Hello Sir, I integrated twitter oauth component.i integrated this component in my application for twitter signin.i am successfully login to the twitter using this component.after login i am succesfully redirecting back to my application.but when i am logout from my application i am again access

Re: [twitter-dev] Logout Problem

2010-11-15 Thread Taylor Singletary
Hi Saurabh, API-based integrations and Twitter.com are two separate things. There's no way to end a web-based session on twitter.com from a remote client application. Taylor On Mon, Nov 15, 2010 at 2:48 AM, Saurabh saurabhgupta...@gmail.com wrote: Hello Sir, I integrated twitter oauth

Re: [twitter-dev] problem with CertificateException

2010-11-15 Thread Taylor Singletary
Hi there, Some HTTP/SSL libraries have difficulties with wildcard SSL certificates, you can read more about this topic here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/1dd37de125d6504f/77ca848733b9e814 Taylor On Sat, Nov 13, 2010 at 7:13 PM, j2me

Re: [twitter-dev] Absolute totals for mentions and retweets_of_me

2010-11-15 Thread Taylor Singletary
Most elements of the Twitter API do not provide the level of granularity that you're looking for -- only for the most recent / infrequently used accounts will you ever be able to determine something like total mentions or total retweets of me -- simply by accessing those API methods and getting

Re: [twitter-dev] Absolute totals for mentions and retweets_of_me

2010-11-15 Thread Edward Hotchkiss
Someone on the list mentioned creating that level of granularity by creating datasets and queries that are essentially API calls ... of your own. If it's not covered in a popular lib then the method does not exist. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/

Re: [twitter-dev] Best way to set up data analytics service. Firehose stream?

2010-11-15 Thread M. Edward (Ed) Borasky
Quoting Incredicorp mail...@gmail.com: Goodmorning, I am of course not talking about the business side of things- however I am searching for solid information regarding the following. - We want to access as much public tweets as possible (for a 3 man startup working on userfriendly analytics

[twitter-dev] Re: Best way to set up data analytics service. Firehose stream?

2010-11-15 Thread Incredicorp
That has been very helpful- thank you very much. Twitter API has not been very helpful- but the terms used make much more sense now. Marco On 15 nov, 16:15, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: Quoting Incredicorp mail...@gmail.com: Goodmorning, I am of course not

Re: [twitter-dev] Looking for a simple API call to determine if a Twitter user is following another Twitter user

2010-11-15 Thread Matt Harris
Hey Allen, The friendships/exists method will do this for you. It is documented here: http://dev.twitter.com/doc/get/friendships/exists Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sun, Nov 14, 2010 at 10:05 AM, FrikShun erosg...@gmail.com wrote:

[twitter-dev] Re: List creation is broken

2010-11-15 Thread bitrace
Hi Taylor, Yes it does only seem to impact lists that are created without a description. However, I did notice there does seem to be a bug in the #newtwitter gui, in that newly created lists(with a description) are not automatically added to the menu showing the users lists? To view the new

[twitter-dev] Suppress source

2010-11-15 Thread dcheckoway
Is there any way to keep source from appearing when using statuses/ update? My understanding is that source is tied directly to the oauth consumer that's posting on behalf of the given user. I'm just curious if there's a way to override it -- not necessarily to change the value, but to have the

[twitter-dev] Re: Absolute totals for mentions and retweets_of_me

2010-11-15 Thread Andres Buritica
Thank you both for the reply. I'm looking to get totals for accounts already in existence. If I understand Edward's point correctly, this wouldn't work for me since I would need to create a dataset containing data for the entire lifetime of the account, i.e., I would have to start gathering data

[twitter-dev] Parsing date in create_at field

2010-11-15 Thread Jianshi Huang
Hi, It seems the date format in create_at field is different among APIs, Is there any documentation for the format (I couldn't find any except issues)? Can I specify some other formats like iso-8601 or some custom ones? And what's the best practice for parsing the date string returned by