Re: [twitter-dev] Twitter Live Data Public Streaming ...

2011-07-09 Thread Daniel Doña Álvarez
You can use the sample.json, it's about the 1% of the data, anyway a lot of data. http://dev.twitter.com/pages/streaming_api_methods#statuses-sample -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhanc

[twitter-dev] 500 Error using POST friendships/create

2011-06-06 Thread Daniel Bernstein
Hey, I'm trying to follow users using the POST friendships/create method on the API but I'm getting a 500 error. The error message told me to post to this group. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

Re: [twitter-dev] Some doubts about API

2011-05-29 Thread Daniel Doña Álvarez
;> > -- > 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: > http

[twitter-dev] short twitter tutorial for everyone

2011-05-27 Thread vineet daniel
Hi I have compiled a very brief tutorial for beginners...view and review. Here is the link. http://vineetdaniel.me/Scalabilty/twitter-development/ Regards Vineet Daniel Cell : +918106217121 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin<http://in.linked

[twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Daniel
Hi, I can't find any documentation, or even a place to ask this question, so sorry if this is off-topic... I'm an iOS developer, and I'd like to attempt to open the Twitter app on the device, (from my app) at a particular profile, or even in a state to @mention a particular username. Currently I c

[twitter-dev] the question about the limitation of the number of api call

2011-04-16 Thread pan daniel
Hi, I have read the api document and I found the count of api call is 350 per person. I wondered if my app has plenty of people to use, which is your limitation? For example, I have 100,000 users and they use our app to access the twitter's data. Assume our user will call your api 6 times e

[twitter-dev] Can you search for tweets linking to any page within a domain?

2011-04-03 Thread Daniel Choi
Say I have a website at http://instantwatcher.com and I want to search for all tweets, including ones condensed by TinyURL, that link to any URL within this domain. Is this possible, and if so how can I do it? Thank you. -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Display tweets according to the design guidelines

2010-12-02 Thread Daniel
Hi there, I want to use the Twitter search API and display tweets formatted according to http://dev.twitter.com/pages/display_guidelines How do I go from a tweet in JSON format to the specified format without having to do the string manipulation myself? Is there a javascript tool that can do this

[twitter-dev] Search with Geocode

2010-11-29 Thread Daniel
I have problems trying making queries as: http://search.twitter.com/search.json?geocode=37.781157,-122.398720,1mi The results allways: {"results":[],"max_id":9449483417488384,"since_id": 9449483417488384,"refresh_url":"? since_id=9449483417488384&q=","results_per_page":15,"page": 1,"completed_in

[twitter-dev] Re: Twitter Button does not run into iPhone Web Page

2010-10-29 Thread Daniel
Harris wrote: > Hi Daniel, > > What error are you receiving. When I load that URL on my device I don't get > any errors. > > Best, > @themattharris > Developer Advocate, Twitterhttp://twitter.com/themattharris > > > > On Thu, Oct 28, 2010 at 4:51 PM,

[twitter-dev] Twitter Button does not run into iPhone Web Page

2010-10-28 Thread Daniel
Hi! I'm developing an address search Bot and I return an URL for users with the map... Example: http://doo.ly/p2b70 If you open this link from an iPhone Safari's an error is occurred... Any idea? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitt

[twitter-dev] Re: Search with geocode does not respect search radius?

2010-10-17 Thread Daniel
the issue is still happening... You could check it at http://metaki.com Some times the search api query with geo params returns tweets with the lat lon of the BIO and not the lat lon of the tweet!!! You may check this problem for example in Santiago de Chile, or in Buenos Aires. On 16 oct, 05

[twitter-dev] Re: Problem with my curl remote app

2010-09-23 Thread Daniel Contarini
is it supposed to work on PHP 5.3.3 ? Or just on php 5.2.x ? On 22 set, 17:02, Tom van der Woerdt wrote: > You'd have to remove all the PHP5 specific code. Really, you should > upgrade :-) > > Tom > > On 9/22/10 9:58 PM, Daniel Contarini wrote: > > > Damn, i'

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
Williams | Hacker Advocate |http://abrah.am > @abraham |http://projects.abrah.am|http://blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. > > On Wed, Sep 22, 2010 at 11:38, Daniel Contarini > wrote: > > > Line 21 > > > On 22 set, 15:19, Abraham

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
[ ] shareable [x] ask first [ ] private. > > On Wed, Sep 22, 2010 at 10:54, Daniel Contarini > wrote: > > > I think this is what i need, but i'm getting trouble with this error : > > > Parse error: syntax error, unexpected T_STRING, expecting > > T_OLD_FUNCTION

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
uld be all you need:http://gist.github.com/592098 > > Abraham > - > Abraham Williams | Hacker Advocate |http://abrah.am > @abraham |http://projects.abrah.am|http://blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. > > On Wed, Sep 22, 2010 at 10:10

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
screen? > > <http://dev.twitter.com/announcements> > > Tom > > PS: Have you been living under a rock? Every major tech blog announced > it... (And sorry if I am rude) > > On 9/22/10 4:52 PM, Daniel Contarini wrote: > > > This  code have been working perfectly until the las

[twitter-dev] Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
This code have been working perfectly until the last 20 days +-, i wanna know what i need to change in this code to make it works again. $userpass="My user and pass"; //sure to be correct $host = "http://twitter.com/statuses/update.xml? status=".urlencode(htmlentities($message)); $ch = curl_i

Fwd: [twitter-dev] twitter api to get current month followers in the removal of basic authentication

2010-09-08 Thread greeta daniel
Sir, I used twitter api for member's followers, friends etc., I want to draw a google line chart for this month followers or followers by month.(eg., month vs followers added). Is is possible, Please advice me. note: Api need to be used in the removal of basic authentication. Thanks, Gre

[twitter-dev] Twitter api to get current month followers

2010-09-08 Thread greeta daniel
Sir, I have been using Twitter api for member's followers list and friends list.It is working fine. I need to get current month newly added followers to draw a graph (month vs followers). Is it possible? Please advice me. Thanks in advance, Greeta C -- Twitter developer documentation and r

[twitter-dev] How can I echo or print the currentloggedinuser's twitter screenName into a a html input?

2010-09-06 Thread Daniel
^^ -- 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-develo

[twitter-dev] OAuth query ?

2010-09-04 Thread vineet daniel
Hi My app is registered with twitter and I have unique keys to access my status messages etc. Can a different user authenticate using the same keys i.e multiple users using same login module and keys. Can the auth api work like an email login page ? Vineet Daniel -- Twitter developer

Re: [twitter-dev] Re: Are IDs globally unique? Or just unique for each object type?

2010-09-04 Thread vineet daniel
That means no two or more status messages from different users will have same id ever globally or they can have ? Vineet Daniel Cell : +918106217121 Websites : Blog <http://vinetedaniel.blogspot.com> | Linkedin<http://in.linkedin.com/in/vineetdaniel> | Twitter <http

[twitter-dev] Re: OAuth rate limit of 150

2010-09-03 Thread Daniel Ribeiro
I had this issue as well. Posted this ticket on the project's page: http://github.com/jnunemaker/twitter/issues#issue/59 On Sep 3, 1:05 pm, Matt Harris wrote: > Hey Roger, > > Thanks for posting the solution which worked for you and glad it was > sorted out. For completeness the answer to your qu

[twitter-dev] Re: Since Id on Favourites (recap)

2010-08-31 Thread Daniel Ribeiro
Great. I really appreciate it. On Aug 30, 9:59 pm, Matt Harris wrote: > Hey Daniel, > > Thanks for pointing this out. I've reopened the original ticket > indicating this needs documenting: >    http://code.google.com/p/twitter-api/issues/list?cursor=125 > > Thanks, >

[twitter-dev] Re: Apigee Support for OAuth--

2010-08-31 Thread Daniel Ribeiro
I got to know Apigee this (http://blog.heroku.com/archives/2010/5/27/ apigee_add_on_for_twitter_public_beta/) Heroku newsletter, when they announced the Apigee for Twitter Add-on. Apigee's console has been an incredible tool for tinkering and learning more about with twitter's api. The biggest iss

[twitter-dev] Since Id on Favourites (recap)

2010-08-27 Thread Daniel Ribeiro
This issue has came up two years ago (http://groups.google.com/group/ twitter-development-talk/browse_thread/thread/4e6b9b0ae26db3bf/ 84a9f110942a07b9?lnk=gst&q=since_id+favorites#84a9f110942a07b9). The feature is still working, and still undocumented (as far as I know). Am i wrong? Is it document

[twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Daniel Ribeiro
It would be nice to have something that make things clearer to the user that the requesting app is requesting write rights. Like a big red warning on the Deny/allow page. On Aug 18, 6:17 pm, Tom van der Woerdt wrote: > +1 > > On 8/18/10 10:55 PM, Eric Marden - API Hacker wrote: > > > On behalf o

[twitter-dev] Wrong GEOCODE results

2010-08-10 Thread Daniel
p may be appreciated ;) Daniel

[twitter-dev] Re: GEOCODE search problem [URGENT]

2010-08-03 Thread Daniel
Sorry but I do not understand your answer!! If you make the geocode search in Europe or in USA you may see the geocode returns Point (lat, lon) information, but in Chile only returns the Location, Profile information!!! Any idea? Daniel On 3 ago, 12:01, Jonathan Reichhold wrote: > Sim

[twitter-dev] GEOCODE search problem [URGENT]

2010-08-03 Thread Daniel
returned JSON, the tweets has not GEO values. Is there anything wrong?? Any help may be appreciated ;) You must make tests in http://metaki.com Daniel

[twitter-dev] Re: Searching for tweets by place_id

2010-07-29 Thread Daniel
Hi!! I'm developping http://metaki.com (Alpha version) but I have troubles with geocode lat, lon and tweets... You may see my last question with no answer :b http://groups.google.com/group/twitter-development-talk/browse_thread/thread/fb9e284bed19d31a Any help will be appreciate ;) D

[twitter-dev] How can I display all the users connected to my site?

2010-07-26 Thread Daniel
Kind of like a "who's online" kinda thing. Is this possible?

[twitter-dev] GEOCODE search problem in Chile

2010-07-17 Thread Daniel
JSON, the tweets has not GEO values. Is there anything wrong?? Any help may be appreciated ;) Daniel

Re: [twitter-dev] Geotagging broken when user is using a foreign language

2010-07-06 Thread Daniel Schroeder
Oh dear, thanks a lot for this info. I was trying for two days to get this working! Thanks! Daniel Am 06.07.2010 um 13:24 schrieb janole: > Please see bug report 1725 - http://bit.ly/anxAiC > > Apparently, you cannot geotag tweets anymore when a user's account is > conf

[twitter-dev] Re: Problems getting Chrome extension getting oauth_token

2010-07-04 Thread Daniel
OK, I managed to solve this problem. All I had to do was change the POST to a GET. "You should use the POST HTTP method when using this end point" doesn't seem to be the case. - Dan On Jul 3, 4:35 pm, Daniel wrote: > So, I thought I'd learn a bit about Chrome extension

[twitter-dev] Problems getting Chrome extension getting oauth_token

2010-07-02 Thread Daniel
So, I thought I'd learn a bit about Chrome extension development by making a small extension that just needs to send to Twitter. Funny thing is, Chrome extensions aren't hard, getting OAuth to work is. I got the oauth.js library linked from the OAuth.net site and tried setting it up (http://oauth.

Re: [twitter-dev] Re: Which IETF standard has the year appearing after the time?

2010-06-22 Thread Daniel Atik
gt;I cannot see GEO lat, long information. Any idea? Daniel Atik 2010/6/22 Peter Cross > Thanks for the explanation. It's easy enough to parse, it just seemed > so bizarre (and I was having a bad oAuth day!). -ZPC > > On Jun 21, 4:37 pm, themattharris wrote: > > The tim

[twitter-dev] Re: Problem with the API Console

2010-05-26 Thread Daniel
Thanks a lot !

[twitter-dev] Problem with the API Console

2010-05-26 Thread Daniel
Hello everyone, I'm new to the twitter API and found the API Conlose (http:// dev.twitter.com/console) very handy to try requests and understand what you can do with it, but I'm kind of stuck with the impossibility to set up parameters : For example, I try to retrive the last tweets of a particul

[twitter-dev] Re: Using @anywhere and the Twitter Search Widget

2010-05-12 Thread Daniel Bentes
What is the status on this? It happens all the time for me... On May 10, 8:14 am, Elenor wrote: > I get this as well. It happens in Safari (4.0.5) and Chrome (5.0.375). > It's not just with the search widget though, it happens > inhttp://platform.twitter.com/anywhere.jswhen you call twttr.anywhe

[twitter-dev] Twitter API roadmap: When will geolocation be enabled for direct messages too?

2010-03-19 Thread Daniel Mettler
prototype where geolocation support in DMs would be a "win-win-win". Cheers Daniel To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

Re: [twitter-dev] Mentions with changed screen name?

2010-02-17 Thread Daniel Peebles
feature request on the google > code tracker? > > > On Sun, Feb 14, 2010 at 12:21 PM, Daniel Peebles wrote: > >> So in general it's not possible to see that for example that old tweets >> mentioning e.g., @pumpkingod (my old screen name) are actually referring

Re: [twitter-dev] Mentions with changed screen name?

2010-02-15 Thread Daniel Peebles
So in general it's not possible to see that for example that old tweets mentioning e.g., @pumpkingod (my old screen name) are actually referring to user id 13447902 whose current screen name is @copumpkin? Are there any plans to add a way to look those up? Thanks, Daniel On Sat, Feb 13, 20

[twitter-dev] Mentions with changed screen name?

2010-02-13 Thread Daniel Peebles
that information? Do the API methods for mentions simply extract possible mentions at posting time or are they doing a textual lookup as well? Thanks, Daniel

[twitter-dev] package a new version

2010-01-22 Thread Daniel Would
And whoever added it to maemo seems to have just pulled your packaged versions. Any chance you could package up a 0.7 release? Regardless, thanks for python-twitter it's making my app cleaner as i replace my own bits, and it made picking up oauthtwitter nice and easy. So it's appreciated.

Re: [twitter-dev] Re: Oauth authentication jquery

2010-01-06 Thread Daniel Silva
an end up... > > On Dec 30, 10:57 pm, Hari wrote: > > Is it a case of same origin policy > http://en.wikipedia.org/wiki/Same_origin_policy > > > > On Dec 10, 8:27 am, Daniel Silva wrote: > > > > > > > > > When I trying to do Oauth authentica

[twitter-dev] php/curl/api http_code returns 0

2009-12-16 Thread Daniel Fiene
: redirect_time - 0 I checked out older messages around here and at the google results and I found just three hints, that don't apply to this case. I hope anyone can give me a hint to solve this issue. Greetings, Daniel

[twitter-dev] BUG! I can't post only the emoticon =* in twitter.

2009-12-15 Thread Daniel Varga
Hello, I can't post only the emoticon =* in twitter. The twitter return as a search. Why this?? hugs varga -- «VJ VARGA»® E-mail: daniel.va...@gmail.com Jabber: va...@jabber.org MSN: va...@brasnet.org Orkut: VJ VARGA Linux user #443229 www.metareciclagem.org www.youtube.com/dvarga http://tw

Re: [twitter-dev] Re: GET /:user/:list_id/members/:id or

2009-12-15 Thread Daniel Silva
i.twitter.com/1/friendships/show.json?%0Asource_screen_name=twit4j&target_screen_name=followsOneWay> > " > > On 12月15日, 午後9:08, Daniel Silva wrote: > > Hi. When i try get the relationship between one list and one user I > always > > receive a not found err

[twitter-dev] GET /:user/:list_id/members/:id or

2009-12-15 Thread Daniel Silva
Hi. When i try get the relationship between one list and one user I always receive a not found error. This method works? -- regards, Daniel Silva

[twitter-dev] Oauth authentication jquery

2009-12-09 Thread Daniel Silva
pe: 'get', contentType: 'application/x-www-form-urlencoded', async: false, success: function(msg){ alert( "Data: " + msg ); } }); //output --> "Data: " Can someone help me? -- best regards, Daniel Silva

[twitter-dev] Re: lists

2009-12-09 Thread Daniel Silva
Or given a user lists with all the id of list members. 2009/12/9 Daniel Silva > Is there any way to know if a given user is related to another given user > lists? > > > -- > regards > Daniel Silva > --

Re: [twitter-dev] Oauth authentication just run in IE .. Why?

2009-12-09 Thread Daniel Silva
x27;s well in >>> IE. When i change to Firefox, Safari or Opera this error appears >>> "[Exception... "Component returned failure code: 0x80004005 >>> (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 >>> (NS_ERROR_FAILURE)" lo

[twitter-dev] lists

2009-12-09 Thread Daniel Silva
Is there any way to know if a given user is related to another given user lists? -- regards Daniel Silva

[twitter-dev] Twitter REST API Method: favorites

2009-12-08 Thread Daniel Silva
authentication is required for this method? they say yes, but i already tried without authentication with sucess. -- best regards, Daniel

[twitter-dev] Undo Retweets?

2009-12-04 Thread Daniel Silva
How can we make a retweet undo? regards, Daniel Silva

Re: [twitter-dev] home_timeline contains retweets that retweeted_to_me does not

2009-12-04 Thread Daniel Silva
How can we make a retweet undo? regards, Daniel Silva

Re: [twitter-dev] statuses/user_timeline following propertie

2009-12-04 Thread Daniel Silva
tag that contains following attribute. >> This following attribute refers to authenticated user? Why sometimes >> this attribute is null ( )? >> >> regards, >> Daniel >> > > > > -- > Abraham Williams | Community Evangelist | http://web608.org >

[twitter-dev] Sending direct messages

2009-12-03 Thread Daniel Silva
User just can send direct messages for mutualy friends users. How do I know what these users? -- regards, Daniel Silva

[twitter-dev] Oauth authentication Jsonp

2009-12-03 Thread Daniel Silva
someone already tried and succeeded in doing Oauth authentication throughjsonp. I've tried several ways and nothing :S -- best regards, Daniel Silva

Re: [twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread Daniel Silva
7;m sending the >> tokens for application. >> >> Why this append? >> >> thanks for the help.. >> >> best regards, >> Daniel >> > > -- > Raffi Krikorian > Twitter Platform Team > ra...@twitter.com | @raffi > > > > > -- Cumprimentos, Daniel Silva

[twitter-dev] Re: Suggestion for User record

2009-11-03 Thread Daniel Klingmann
This would be so useful. +1

[twitter-dev] Does API authentication failure count against a user's login attempts?

2009-03-18 Thread Daniel Sims
This seems to be a recurring problem for some people, where their twitter account is constantly being locked out. http://getsatisfaction.com/twitter/topics/i_am_locked_out My guess is that there are apps/services out there that are continually attempting to authenticate, even if the stored passwo

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-02 Thread Daniel Sims
Or, do both. Allow them to "login" via OAuth, and then let them create an account later to avoid future round-trips (or to associate multiple twitter accounts) This is what http://feedflix.com does with the Netflix OAuth API. On Mar 1, 6:18 pm, Paul Kinlan wrote: > Hi Sam, > > I think most thing

[twitter-dev] [json] Public Timelines uses String ID instead Integer

2009-03-01 Thread Daniel Morales
Hi there. I got this when i request Public Timeline: Public Timeline: "id":"1265475802" instead of (as Replies/Friends/Users): "id":1265346640, On some JSON libraries isn't the same, so will be very nice to have fixed this. Thanks, Daniel

Re: SPANISH OR SPECIAL CHARACTERS

2009-02-11 Thread Daniel
Dim reqStream As Stream = request.GetRequestStream() reqStream.Write(bytes, 0, bytes.Length) reqStream.Close() Thanks! On 30 ene, 07:50, Julio Biason wrote: > On Fri, Jan 30, 2009 at 11:21 AM, Daniel wrote: > > I'm using ASP.NET to post status updates into twitte

Re: Best practice for building a community website with ~ 20k tweeters?

2009-02-07 Thread Daniel Sims
The twitter RSS feeds has the same rate limits. Patrick, you may want to check out http://gnipcentral.com/ I haven't used it yet, but they supposedly let you pull tweets by specific (public) users. For profile info, you would need to spread requests out over multiple hours. I doubt you would nee

Re: How to accept follow request via API

2009-01-30 Thread Daniel Kwiecinski
> > On Fri, Jan 30, 2009 at 06:14, Daniel Kwiecinski > mailto:daniel.kwiecin...@gmail.com>> > wrote: > > Thanks for pointing this one. > > Does anybody can comment on using requests to the Twitter > website (not the > > API part) as

Re: How to accept follow request via API

2009-01-30 Thread Daniel Kwiecinski
Thanks for pointing this one. Does anybody can comment on using requests to the Twitter website (not the API part) as a API. That would be a workaround to the issue. Does it break the usage licence or any other Twitter's policy? Regards, Daniel 2009/1/30 cjmartin > > This api ca

SPANISH OR SPECIAL CHARACTERS

2009-01-29 Thread Daniel
Hi!! I'm using ASP.NET to post status updates into twitter but all the accents and special characters are shown as ?. Any solution? My Code is: Dim user As String = Convert.ToBase64String (System.Text.Encoding.UTF8.GetBytes(username & ":" & pass)) Dim bytes As Byte() = System.Text.Enc

Re: How to accept follow request via API

2009-01-15 Thread Daniel Kwiecinski
done in the Twitter UI. > > -damon > > On Wed, Jan 14, 2009 at 10:40 AM, Daniel Kwiecinski > wrote: > > Following your advice I executed: > > > > 3.) > > > >curl -u user_a:pass_a -d "" > > http://twitter.com/friendships/

Re: How to accept follow request via API

2009-01-14 Thread Daniel Kwiecinski
er=user_b&text=bla" http://twitter.com/direct_messages/new.json {"request":"\/direct_messages\/new.json","error":"You cannot send messages to users who are not following you."}* Any ideas, Daniello 2009/1/14 Abraham Williams <4bra...@gmail.co

Re: How to accept follow request via API

2009-01-14 Thread Daniel Kwiecinski
Ok, I did the following according your advice: 1.) *curl -u user_b:pass_b -d "" http:nielllo.jsonm/friendships/create/user_a.json {"description":"","screen_name":"user_a","url":null,"name":"user_a","protected":true,"profile_image_url":"http:\/\/ s3.amazonaws.com \/twitter_production\/profile_imag

Re: Relationships returned in tweet stream

2009-01-12 Thread Daniel
Because you only get 100 requests per hour (this is for a Twitter client). On Jan 12, 1:26 am, Aditya wrote: > Why not use this? – http://apiwiki.twitter.com/REST+API > +Documentation#exists > > On Jan 11, 1:23 pm, Daniel wrote: > > > Hi there, > > I was on my way t

Relationships returned in tweet stream

2009-01-11 Thread Daniel
hat sources get updated properly if a tweet appears in replies first but also appears in my timeline indicating that I follow that person too). Anyway, let me know if something is wrong, I've missed something, or if I can legitimately add it to the feature request list :) - Daniel

Require API Source

2009-01-09 Thread Daniel Sims
I think all messages posted from the API should require a source name, or at least default to "api" instead of "web" Many apps, like the recent Twply scam, post messages/ads to twitter on behalf of their users, tricking friends into thinking it is a legitimate hand-written post. So if ONLY posts

Require API Source

2009-01-09 Thread Daniel Sims
Twitter should not set "web" as the source of tweets coming from the API. To avoid viral scams (like the recent Twply) users should be able to tell if a friend's tweet came from twitter.com or not. I suggest that Twitter always use the given source name or make "api" the default instead of "web".

Re: Will we see Twitter Connect soon

2009-01-07 Thread Daniel Sims
No they didn't, Google is just using the Twitter API like everyone else. Google asks for your twitter name and password, which IMO is flirting with "doing-evil". I think that making Twitter an OpenID provider is going too far, I would rather see Twitter be a Relying Party. Having a reliable and