[twitter-dev] Re: New Photo upload feature: What's new coming on the API side

2011-06-01 Thread Liz Pullen
Similar services on Twitter clients and other social networks screen
for objectionable content.

Will Twitter have some system to avoid the pitfalls faced by other,
similar services? If the content is uploaded on to Twitter's servers,
you are taking responsibility for it.

Liz
l...@whatthetrend.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] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-26 Thread Liz
I hope some answers are forthcoming, James. Twitter doesn't seem very
talkative.


[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-26 Thread Liz
Sponsored Tweets at least announced that the content was advertising.
I think this language will just lead to advertising without proper
disclosure by the user (which was used in keeping with the FTC ruling
on this issue). Some celebs  bloggers will still accept money  Tweet
about products, just without indicating publicly that they've been
paid.

Also, you say We don't seek to control what users Tweet but that's
exactly what you are doing by preventing users from Tweeting
advertisement should they wish to. I know you can set whatever rules
you like regardless of how they affect people or developers but don't
make a ban on using Tweets for certain kinds of content and then say
that you're not trying to control the content. Clearly, that is what
you're doing. That's what a ban is, exerting your control over
content. In my opinion, you've picked the wrong target.

I'm also not sure how paid Tweets by individual users is any
different from commercial/organization accounts using Twitter to offer
discounts, specials, sales, etc. Why does the advertising ban apply to
individuals and not to companies?

Liz Pullen


[twitter-dev] Re: Twitter Platform blog post

2010-05-25 Thread Liz
Thanks for the clarification, Ryan. This distinction isn't clear in
the original blog post. I also wasn't sure what the difference was
between me posting a message that I love Reebok shoes and Starbucks
posting they have a special on Frappuccinos. If advertising was
prohibited from Tweets, it would apply to commercial accounts as well
as individual ones. But you say that's not the case.

At this point, I'm not sure what services DO fall under the
prohibition guidelines but I guess they are ones where the users have
given advertisers blanket control to post whatever they want on their
Tweetstream. In effect, this sounds like advertising spam with a third
party taking over individual users' accounts.

Liz
nwjersey...@yahoo.com


[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-25 Thread Liz
On May 25, 1:28 am, Ryan Sarver rsar...@twitter.com wrote:
 The language is somewhat nuanced but it sounds like we might need to make
 the policy more explicit as a number of people are misinterpreting it.

It sounds like most people are misinterpreting it which might have
to do with how the information was conveyed and not the intelligence
of the readers.

Maybe Twitter should have engineers/developers write all blog posts
concerning parameters of what is allowed or banned with the Twitter
API.

Liz
nwjersey...@yahoo.com


[twitter-dev] Re: Why is UNIQLO LUCKY LINEに行列 trending?

2010-05-25 Thread Liz
It seems like there are two issues:

1) whether Twitter should disallow these messages to be sent out and

2) whether Twitter should screen these spammy messages out of the
possible choices for trending topics.



[twitter-dev] Re: Twitter Platform blog post

2010-05-24 Thread Liz
Ryan,

It's confusing to me that Dick says there will be no third party ads
(8th paragraph) but under Fostering Innovation, #2, he talks apps
about selling ads. Does this decision do away with services like
Sponsored Tweets?

I appreciate such a thoughtful blog post (and hope there are more in
the future) but what is absent is any language of partnership or
collaboration. Twitter's goals are stated and basically, everyone else
has to deal with the consequence.

Also, the language of optimizing user experience. Can you tell me what
is the basis of user experience testing that occurs at Twitter?
Because there is no mechanism for users to offer feedback to Twitter
about their experience. How do you know whether a development
enhances user experience or not? It seems like Twitter does what they
think is best, regardless of what the bulk of users might want.

Thanks for any answers you can provide.

Liz Pullen
nwjer...@yahoo.com


[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-24 Thread Liz
Peter, I think the problem is that business have been created,
received funding and developed over the past year, with the full
knowledge of Twitter, and this just undercuts  destroys them.

I think people can understand the rationale (and the desire for
Twitter to eliminate competition) but this is a policy decision that
should have been made over a year ago. Twitter should have included
this in an earlier terms of service instead of giving an implicit
okay to services like Sponsored Tweets which has turned into a
successful company.

It also seems disingenuous that the blog post says that a guiding
principle of Twitter is that We don't seek to control what users
tweet. And users own their own tweets. and allow adult-oriented
content and photos but for some reason, users can't Tweet ads. That
sounds like control of content to me.

Liz


[twitter-dev] Classic ASP oAuth?

2010-03-29 Thread Liz
Looking to add twitter integration to Classic ASP.
I have a page that tweets automatically, which I got to work with
Basic Auth, of course that is going to be depreciated soon so I have
to get oAuth working.
Another thing I have to do is to verify credentials, for which I have
to store people's info since I haven't been able to get oAuth to work.
Of course, my workaround is not working either, since I can't seem to
get verify_credentials to actually work with classic asp, it just
always returns a 401.


strUsername = request.form(twitterUserName)
strPassword = request.form(twitterPassword)

 Set xml = Server.CreateObject(Msxml2.ServerXMLHTTP.3.0)

 xml.Open GET, http://;  strUsername  :  strPassword 
@api.twitter.com/1/account/verify_credentials.xml
 response.write(http://;  strUsername  :  strPassword 
@api.twitter.com/1/account/verify_credentials.xml)
xml.setRequestHeader Content-Type, content=text/html;
charset=iso-8859-1
 xml.Send
 Response.Write xml.responseText 'view Twitter's response

 Set xml = Nothing

This just plain does not work.
Need help, ASAP!

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.


[twitter-dev] Location of a Tweet

2010-02-21 Thread Liz Crawford
I am new to java and I was wondering if anybody knew how to get the
location of a tweet (not the geolocation) using the twitter4j Library
when you do a query class search.

Thanks


[twitter-dev] Twitter4j GeoLocation

2010-02-18 Thread Liz Crawford
 I was wondering if anyone knew how to
search within a specific geolocation and then have the coordinates
(when applicable) to show up in the results. I am able to search for a
specific term within a certain area. I can also search for a specific
term, not in a specific area and have the lat and long show up in the
search results. But I cannot get both to happen at the same time
(search in an area, and return the specific lat and long if they have
one).
I'm using the twitter4j Library for Java

Is this possible?


[twitter-dev] twitter GeoLocation

2010-02-15 Thread Liz Crawford
i'm having trouble getting a geolocation to show up when I am
searching within a specific radius of a geolocation. i'm using the
twitter4j library. is it possible to search a location and have the
specific lat and long returned in the results.

thanks


[twitter-dev] Re: Find Location where tweet came from

2010-02-15 Thread Liz Crawford
I was reading this thread and I was wondering if anyone knew how to
search within a specific geolocation and then have the coordinates
(when applicable) to show up in the results. I got my program to
search within a certain area, and I was able to get the coordinates
when not looking in a specific area, but I cannot get it to do both.
Is it possible


On Feb 12, 11:26 pm, devjyoti patra djpa...@gmail.com wrote:
 Hi,

 Is there an easy way to convert these geo-codes into actual locations.
 I'm using a lookup table which has been created by matching (geo-code)
 - (location specified by the user). But i was wondering if there is a
 Yahoo Placemaker kind of service that developers are already using for
 twitter.

 Regards,
 Devjyoti



 On Sat, Feb 13, 2010 at 6:18 AM, Raffi Krikorian ra...@twitter.com wrote:
  nah - no worries.  data is coming in and the rate at which geotags come in
  increases every day.

  On Fri, Feb 12, 2010 at 4:19 PM, Eric Marcoullier @ Gnip
  e...@marcoullier.com wrote:

  Raffi -- you are absolutely correct.  It turns out it's a frequency
  thing.  I've done a whole bunch of random looks at result data in the
  last couple of months and I've never seen one.  Now that I know what
  to look for, I just grabbed a batch of 50,000 search results and found
  several.

  Many apologies for any work you had to do to drop some knowledge on
  me :)

  Eric

  On Feb 12, 9:22 am, Raffi Krikorian ra...@twitter.com wrote:
   hi eric.

   just to make sure i understand what you're saying - you're saying that
   the
   geo tag (from the geotagging API) is not showing up from search?  i beg
   to
   disagree

   deskdog:Desktop raffi$
   *curlhttp://search.twitter.com/search.json?q=tomcoates*
   {
       results:
       [
         ...
           {

   profile_image_url:http://a1.twimg.com/profile_images/523070730/twitterProfilePhoto_norm...
   ,
               created_at:Fri,
                12 Feb 2010 05:05:51 +,
               from_user:vicchi,
               to_user_id:1292126,
               text:@tomcoates You did really well today. Rest. Relax.
   Blog.
   Sleep. See you tomorrow.,
               id:8995500197,
               from_user_id:59842,
               to_user:tomcoates,
               *geo:*
   *            {*
   *                type:Point,*
   *                coordinates:*
   *                [*
   *                    37.2655,*
   *                    -121.9648*
   *                ]*
   *            },*
               iso_language_code:en,
               source:lt;a href=quot;http://www.tweetdeck.com/;
   rel=quot;nofollowquot;gt;TweetDecklt;/agt;
           },
   ...
       max_id:9014080861,
       since_id:0,
       refresh_url:?since_id=9014080861q=tomcoates,
       next_page:?page=2max_id=9014080861q=tomcoates,
       results_per_page:15,
       page:1,
       completed_in:0.053853,
       query:tomcoates

   }

   seems to be working for me?

   On Fri, Feb 12, 2010 at 6:59 AM, Eric Marcoullier @ Gnip 

   e...@marcoullier.com wrote:
I apologize if this has been previously covered, but it appears that
explicit geotag info is not shown for any tweet returned via the
search API, regardless of whether a user has authorized public geo
reporting.

As a result, it is possible to determine what is being said in a
specific location, but it is not possible to determine where people
are talking about a specific subject.

I understand you not wanting to show all the signals that lead to a
geo search match, but I can't grok why you're witholding specific
metadata from the search results.

Any light you can shed would be valuable to my customers. Any plans to
change this policy would be rad.

Thanks!
Eric

(on my iPhone. Sorry for typeos)

On Feb 11, 8:20 pm, Raffi Krikorian ra...@twitter.com wrote:
 each user has a location field associated with it - but that is self
 reported.

 On Thu, Feb 11, 2010 at 2:17 PM, don host.st...@gmail.com wrote:
  Thanks for the reply. Thats what I was thinking.

  Would there be any way to return the location data of user with
  the
  search results for a word?

  So that I didn't need to make seperate calls for each user?

  thanks so much for your help.

  On Feb 12, 3:20 am, Raffi Krikorian ra...@twitter.com wrote:
   twitter only returns data back in its geo field if the tweet
   has
been
   explicitly geotagged.

   search, however, attempts to use other signals to determine
   where the
  tweet
   is, and will attempt to return more tweets when you use its
search
   parameter.  it does not, however, expose those signals in the
   search
   results.

   On Wed, Feb 10, 2010 at 1:39 PM, don host.st...@gmail.com
   wrote:
Hi All,

I'm trying to determine the location where a tweet came from.

I know you can do a search specifying the location you want to