[twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Tony House
I am hoping to add the Twitter Button to several pages at the Census,
but need to limit the cookies (Being a government agency we have laws
regarding cookies on our sites in addition to concerns over Personally
Identifiable Information).  I have noticed that I have 14 cookies
related to twitter. Is there code for the like button which turns off
specific cookies - or at least makes the button work with just session
information?
Thanks
Tony

-- 
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


Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Tom van der Woerdt
You could simply use some CSS to create a Tweet Button-like button and 
link to https://twitter.com/share


Example: https://twitter.com/share?url=http://test.com/

I'm pretty sure that the docs specify the arguments which you can pass 
to the Tweet Button.


Tom


On 5/20/11 8:30 PM, Tony House wrote:

I am hoping to add the Twitter Button to several pages at the Census,
but need to limit the cookies (Being a government agency we have laws
regarding cookies on our sites in addition to concerns over Personally
Identifiable Information).  I have noticed that I have 14 cookies
related to twitter. Is there code for the like button which turns off
specific cookies - or at least makes the button work with just session
information?
Thanks
Tony



--
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


Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Abraham Williams
If you want the count you could use the unsupported count API. It did not
appear to set any cookies for me. Keep in mind that it is an internal API
and could break/change at anytime.

https://apigee.com/console/apigee-console-snapshots-130422600_9810507d-e2fc-4af8-bf6b-49ed8443b8a9/rendersnapshotview

Abraham
-
Abraham Williams | InboxQ http://inboxq.com/ | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Fri, May 20, 2011 at 11:33, Tom van der Woerdt i...@tvdw.eu wrote:

 You could simply use some CSS to create a Tweet Button-like button and link
 to https://twitter.com/share

 Example: https://twitter.com/share?url=http://test.com/

 I'm pretty sure that the docs specify the arguments which you can pass to
 the Tweet Button.

 Tom



 On 5/20/11 8:30 PM, Tony House wrote:

 I am hoping to add the Twitter Button to several pages at the Census,
 but need to limit the cookies (Being a government agency we have laws
 regarding cookies on our sites in addition to concerns over Personally
 Identifiable Information).  I have noticed that I have 14 cookies
 related to twitter. Is there code for the like button which turns off
 specific cookies - or at least makes the button work with just session
 information?
 Thanks
 Tony


 --
 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 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