[twitter-dev] Re: WordPress

2010-08-17 Thread Jonathan Strauss
There are now a number of WP plugins for the tweet button. But, I like
to think mine is the best ;-)
http://wordpress.org/extend/plugins/tweet-button-with-shortening/

--
Jonathan Strauss, Co-Founder
http://snowballfactory.com

Campaign tracking for social media - http://awe.sm
A smarter way to update Facebook from Twitter - http://tweetpo.st
Sharecount button for Facebook - http://www.fbshare.me

On Aug 12, 1:07 pm, Matt Harris  wrote:
> Until a Tweet Button plugin is released you could add a button by either
> visiting our Tweet Button page [1] and coping the code, or follow our
> developer documentation [2].
>
> Best,
> Matt
>
> 1.http://twitter.com/tweetbutton
> 2.http://dev.twitter.com/pages/tweet_button
>
> On Thu, Aug 12, 2010 at 12:15 PM, Tom van der Woerdt  wrote:
>
> > On 8/12/10 8:52 PM, ClaudioLessa wrote:
> > > Is there a step-by-step set of instructions on how to apply the tweet
> > > button to a WordPress blog? Thanks!
>
> > Hi,
>
> > If you host your blog at wordpress.com :
>
> >http://thenextweb.com/socialmedia/2010/08/12/the-new-tweet-button-lau...
>
> > If you host your own blog, then I don't know - you will most likely have
> > to wait until an addon is released, or write your own.
>
> > Tom
>
> --
>
> Matt Harris
> Developer Advocate, Twitterhttp://twitter.com/themattharris


[twitter-dev] Re: Wordpress 2.9.2 Buddypress TweetStream plugin call bacl FAIL

2010-06-21 Thread John Sullivan
Andy ideas I tried all the regular things to do
it all of a sudden goes to a white page I even tried a diff .htaccess
the people click to auth twitter once so they can tweet so it's pretty
important Thanks
You have had admin since day one
I reupped diff versions of the plugin reset the twitter api #
hmm ?
Thanks

On Mon, Jun 21, 2010 at 7:22 PM, John Sullivan wrote:

> Hi
> I have a little blogging community running the above
> Tweetstream was running great
> then people told me when you tried to authorize twitter now it goes to
> a white screen and hangs in the token process but doesn't finish
> Any help would be appreciated
> HIT me up on twitter
> jsinkeywest
> everything was working fine now ?
> Thanks for real




-- 
HOME of the KING
http://POTPOLITICS.COM
you know you want it;)
New Awesome Blogger Community
http://bloggerluv.com
All Bloggers welcome it has mad cool features to Promote YOU :) Thanks


[twitter-dev] Re: WordPress plugin

2010-06-02 Thread Duane Storey
You can't really encrypt it or anything, since as someone else pointed
out, it eventually needs to be in plain text and therefore can be
intercepted in the code.  Plus, it's my understanding that many
servers with PHP don't have OpenSSL extensions installed.

On Jun 2, 1:58 pm, Taylor Singletary 
wrote:
> It really ends up just being a case of best-effort security. A desktop
> application makes its best effort to keep the secrets concealed, obfuscated,
> or stored.
>
> The last thing you want is for those with malicious intent to masquerade as
> your application, giving it a bad name, and possibly getting it banned. You
> want to make your best effort to make sure that doesn't happen -- especially
> if you have access to privileged features with more risk like xAuth -- which
> endangers not only your application but anyone who's made the mistake of
> giving their login credentials to *any* third party. If I have a database of
> 500 Twitter logins and passwords, and I come across a key/secret combo with
> xAuth access, I can secure long-lived access tokens to act on their behalf
> -- and your application will get all the infamy associated with that.
>
> If abuse is detected, you can always regenerate your API keys and secrets
> and re-distribute your application.
>
> Security is a cat and mouse game. Sometimes the cat devises clever mouse
> traps. But a clever mouse will always want to get its cheese. Storing
> credentials in plain text in an open source project or otherwise lets even
> the most lazy cats an opportunity to catch the mouse..
>
> We recognize that there will never be absolute security in these things, and
> the best we can do is offer you the best possible tools to deal with abuse
> when it happens, and the best possible analytics to detect abuse. We aren't
> all the way there yet, but we know what the score is.
>
> Not the quote you want to see here: "A strange game. The only winning move
> is not to play. How about a nice game of chess?"
>
> Taylor
>
>
>
> On Wed, Jun 2, 2010 at 1:48 PM, Bernd Stramm  wrote:
> > On Wed, 2 Jun 2010 13:23:34 -0700 (PDT)
> > Cameron Kaiser  wrote:
>
> > > > We just updated our Twitter plugin for WordPress to use the new
> > > > OAuth API.  Someone just asked if it was safe to store the consumer
> > > > key and consumer secret in plain text (which it basically has to be
> > > > as I understand it, since ultimately it needs to be sent to the
> > > > server in a plain text form).  I can't really think of a way that
> > > > would work for all end users to protect the two.  Ultimately I
> > > > guess this means that someone could pretend to be our application
> > > > if they wanted?  Anyone have any thoughts on this or any possible
> > > > work arounds?
>
> > > Speaking from personal experience, Twitter will not allow you to have
> > > your consumer secret in plain text in (visible form in) your code.
>
> > How do you propose people do that for desktop/mobile apps? You have to
> > install the code on the user device, and that device at some point has
> > to generate the consumer secret in clear text, so it can be signed. An
> > intruder can examine the code and intercept the secret.
>
> > --
> > Bernd Stramm
> > 


Re: [twitter-dev] Re: WordPress implements a Twitter API root

2009-12-15 Thread Abraham Williams
I would hope the next WordPress release will include this. Of course I would
just use Drupal then I could clone any API I want.

WordPress must be feeling the heat of StatusNet wanting to be the WordPress
of microblogging.

Abraham

On Mon, Dec 14, 2009 at 02:15, M. Edward (Ed) Borasky wrote:

> I have four WordPress blogs but none of them are hosted on
> WordPress.com. I'm not sure what the use case is for the thing they
> just announced anyhow.
>
>
> On Dec 12, 7:57 pm, Chad Etzel  wrote:
> > fyi..
> >
> > http://en.blog.wordpress.com/2009/12/12/twitter-api/
> >
> > seems to only support xml from my limited initial testing.
> >
> > -chad
>



-- 
Abraham Williams | Awesome Lists | http://bit.ly/sprout608
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


[twitter-dev] Re: WordPress implements a Twitter API root

2009-12-14 Thread M. Edward (Ed) Borasky
I have four WordPress blogs but none of them are hosted on
WordPress.com. I'm not sure what the use case is for the thing they
just announced anyhow.


On Dec 12, 7:57 pm, Chad Etzel  wrote:
> fyi..
>
> http://en.blog.wordpress.com/2009/12/12/twitter-api/
>
> seems to only support xml from my limited initial testing.
>
> -chad