[twitter-dev] Tweet Button Not Valid XHTML

2010-11-19 Thread BG
Hello,

I hope this is the right place to post this but I have found an issue
when using the Tweet button on my website. I use the custom version.

When I run it through the W3C Validator I get these errors and I have
tried Doctype variations but they all don't validate.

there is no attribute "data-url"

there is no attribute "data-count"

there is no attribute "data-text"

there is no attribute "data-via"

I make my websites to validate for a number of reasons and they are
usually 100% valid but with the tweet button they won't validate
anymore. I'm surprised at this as I thought the developers would have
made sure the button validates before anything!

-- 
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: Developer Preview: Geolocation API

2009-08-20 Thread bg

Ryan,

Thanks for the updates. Your example has ** after lat and lng. Is this
the proper format or some highlighting?

Thanks again,

Brad

*37.780467** -122.396762***

On Aug 20, 5:55 pm, Andriy Ivanov  wrote:
> really cool! Very excited to see it!
>
> On Aug 20, 2:27 pm, "jim.renkel"  wrote:
>
>
>
> > Um, I don't see any way for a user to turn the  attribute
> > on and off. Oversight, I hope?
>
> > Jim
>
> > On Aug 20, 4:18 pm, Joel Strellner  wrote:
>
> > > Hi Ryan,
>
> > > Will this data be available in the streaming API too?
>
> > > -Joel
>
> > > On Thu, Aug 20, 2009 at 2:11 PM, @epc  wrote:
>
> > > > Will twitter validate the coordinates (ie, what will the API do when I
> > > > pass lat=777&long=-666)?
>
> > > > If the coordinates are invalid, will the status get posted or will the
> > > > entire request get rejected with a 4xx code?
>
> > > > If a user has not enabled geolocating (false > > > geo_enabled>), what happens if I pass in coordinates for that user?
> > > > Silently ignored?
>
> > > > Geo data will be attached to individual tweets and not users, right?
> > > > This will have no effect on the  field in a user profile?
> > > > --
> > > > -ed costello


[twitter-dev] using whitelisted account for getting multiple user statuses

2009-07-20 Thread BG

My application retrieves status of multiple Twitter users. I have a
whitelisted account for a username. The Twitter API documentation
recommends that I use whitelisted IP Addresses to get the statuses.
However, my IP addresses change pretty often, so I would like to know
if it is possible to make more than 150 status requests using a
whitelisted account (OAuth).

If it isn't possible, what other options do I have?

Thanks,
BG