[twitter-dev] Re: Count not working for url's with 2+ parameters

2010-09-03 Thread Lukas
Hey Matt

The problem I have is exactly what abiled described, thanks for
clarification.

Url: (used in data-url, data-counturl of the tweet button and set as
canonical in page head)
http://www.domain.com/page.html?a=1&b=2

The widget sends the following request to the count api:
GET 
http://urls.api.twitter.com/1/urls/count.json?url=http://www.domain.com/page.html?a=1&b=2&callback=twttr.receiveCount
HTTP/1.1

And gets the response:
twttr.receiveCount({"url":"http://www.domain.com/page.html?
a=1","count":0})

Tweeted Url: http://www.domain.com/page.html?a=1&b=2
Counted Url: http://www.domain.com/page.html?a=1

--> Count stays 0 since the url counted differs from the tweeted url.

Cheers Lukas

On 31 Aug., 01:11, Matt Harris  wrote:
> HeyLukas,
>
> The Tweet Button currently allows you to share one URL at a time.
> Can you give an example of what you require two URLs on one button for?
>
> Best,
> Matt
>
>
>
>
>
> On Sun, Aug 29, 2010 at 3:11 PM,Lukas wrote:
> > Hi
>
> > The tweet button does not count if the data-url has more than 1 url
> > parameters
> >http://www.jobscout24.ch/JS24Web/JobView/JobDetail.aspx?lng=de&wl=1&j...
> > (this is the canonical url)
>
> > The request to the count api takes only the last one of the parameters
> > into accout, all the others are lost ;-(
>
> > Is there a workarouond for this issue (none of the encodings i tried
> > seems to work, even with use of data-counturl) or does anyone know if
> > theres a fix planned for this?
>
> > Thanks
> >Lukas
>
> > --
> > 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?hl=en
>
> --
>
> Matt Harris
> Developer Advocate, Twitterhttp://twitter.com/themattharris- Zitierten Text 
> ausblenden -
>
> - Zitierten Text anzeigen -

-- 
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?hl=en


[twitter-dev] Re: Count not working for url's with 2+ parameters

2010-09-02 Thread abilek
If I understand Lukas correctly, he doesn't want to send two URLs. He
wants the count to work properly on URLs with more than two
parameters.

The count API seems to be stripping out all but the first URL param.
So if you have a page

http://www.example.com/page.html?param1=foo¶m2=bar

the count API counts http://www.example.com/page.html?param1=foo - not
the proper URL. Even if you set the canonical URL in the data-counturl
attribute.

Cheers,
anne

On Aug 31, 11:11 am, Matt Harris  wrote:
> Hey Lukas,
>
> TheTweetButtoncurrently allows you to share one URL at a time.
> Can you give an example of what you require two URLs on onebuttonfor?
>
> Best,
> Matt
>
>
>
> On Sun, Aug 29, 2010 at 3:11 PM, Lukas  wrote:
> > Hi
>
> > Thetweetbuttondoes not count if the data-url has more than 1 url
> > parameters
> >http://www.jobscout24.ch/JS24Web/JobView/JobDetail.aspx?lng=de&wl=1&j...
> > (this is the canonical url)
>
> > The request to the count api takes only the last one of the parameters
> > into accout, all the others are lost ;-(
>
> > Is there a workarouond for this issue (none of the encodings i tried
> > seems to work, even with use of data-counturl) or does anyone know if
> > theres a fix planned for this?
>
> > Thanks
> > Lukas
>
> > --
> > 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?hl=en
>
> --
>
> Matt Harris
> Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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?hl=en