45745474643

Agencies: Pinterest update adds Twitter social graph (friend-finder)

What Pinterest is calling a new “look” is less of a redesign, and more of a new version. There’s lotsa new stuff (“related” Pins, a la YouTube, huge discovery flow), and a lot of removed stuff (bye-bye “origin” trail, a la Tumblr, pout).

Many of these changes are of interest to marketers, but this post is gonna focus on the biggest one: The Twitter social graph (aka, “friend finder”) is now completely accessible in Pinterest.

In other words: you can find your Twitter community, and they can find you, in a much more straight-forward way.

Twitter social-graph access is a critical tool for marketers and businesses on social platforms, because Facebook friend-finding is pretty much useless for businesses: Pinterest lets you connect to your personal Facebook account, but your business’s hundreds/thousands of Facebook Page Likers are lost in a black hole, inaccessible to your business’s new presence.

Twitter’s all-accounts-are-the-same (no distinction between “real person” and “business page”) structure works much better for joining new networks, and bringing over a community.

But until now, Pinterest had been kinda half-assed about Twitter social-graph access.

In the old Pinterest, at time of sign-up, you got a decent one-time pass at finding your Twitter buddies. But after that, you only got occasional email about Twitter friends joining, and a wacky, peekaboo feed that came and went with some of your Twitter friends (not clearly marked as Twitter friends, btw).

image

When you clicked “see all” you were brought to a Find Friends page that DID NOT INCLUDE TWITTER, just Facebook, even though it was just showing you a preview of Twitter friends. This has driven me crazy for a year+.

image

Now let’s look at the new Pinterest Friend Finder.

This is more like it! Here are your Twitter friends!

image

Yay. Nothing like not having to rebuild your community from scratch.

Big + welcome news.

PS- It’s worth noting that this does not require you to declare your Pinterest account a “business” account, or to have verified your website. The Twitter social graph access applies to all accounts who have upgraded to the new Pinterest.

PPS- the new Pinterest is not without some bugs/unfortunate changes. While I’m very enthusiastic about the new Twitter social graph access, I still recommend a fully considered evaluation before upgrading your Pinterest account.

43529508366
“the first of several official [tumblr] API clients”
seejohnrun:

tumblr.js JavaScript client
Today I’m excited to announce the release of tumblr.js, the first of several official API clients we’ll be rolling out over the next few months.
You can install it now with npm, and start making something awesome:
var tumblr = require('tumblr.js');
var client = tumblr.createClient({
  consumer_key: 'consumer_key',
  consumer_secret: 'consumer_secret',
  token: 'oauth_token',
  token_secret: 'oauth_token_secret'
});

// Name all of the authenticating user's blogs
client.userInfo(function (err, data) {
  data.user.blogs.forEach(function (blog) {
    console.log(blog.name);
  });
});

It comes with full support for all of the API V2 endpoints including tag search, following, liking, and post creation. For more detail, see the GitHub page.
More to come soon!

the first of several official [tumblr] API clients

seejohnrun:

tumblr.js JavaScript client

Today I’m excited to announce the release of tumblr.js, the first of several official API clients we’ll be rolling out over the next few months.

You can install it now with npm, and start making something awesome:

var tumblr = require('tumblr.js');
var client = tumblr.createClient({
  consumer_key: 'consumer_key',
  consumer_secret: 'consumer_secret',
  token: 'oauth_token',
  token_secret: 'oauth_token_secret'
});

// Name all of the authenticating user's blogs
client.userInfo(function (err, data) {
  data.user.blogs.forEach(function (blog) {
    console.log(blog.name);
  });
});

It comes with full support for all of the API V2 endpoints including tag search, following, liking, and post creation. For more detail, see the GitHub page.

More to come soon!

(via engineering)

43313313847

You can’t complain about Twitter spam *and* the new tweet ratings

I’ve seen some cynical snorts about Twitter’s new filter attribute in the API (ranking tweets as none/low/medium/high in value).

Y’all are crazy. This is rad. First: the concept already exists (ever seen Top tweets vs All in search results? Only every day.).

image

What’s new is the API support- why would you not want this available in the API? In general, anything in the app, should be in the API. (Reminder: Y’all get really vocal whenever Twitter gets stingy with the API).

Second, I see the same mofos complain about how “easy” it would be for Twitter to stop spam, why haven’t they solved it, etc.

Like say… when 1 hour-old bot accounts start dive-bombing a hashtag. (img below).

Wouldn’t it be cool to just filter that out? The new filters works towards making that possible.

Now lemme get even more radical: You know those “@-bots” that reply to you if you’ve unknowingly triggered them with some special gift-card offer?

Wouldn’t be cool if your interactions could be adjusted to not show @-replies from say… accounts that were 6 minutes old? This gets way easier if tweets have a rating attribute.

image

40107518404

Agencies! Free online Bitly API Codecademy class

Figurin’ out what is getting shared, when, and where. This your life. (You know you love it!)

It’s important to somewhat learn each major social platform’s API/set of social gestures so you can see what’s working and what’s not. (Twitter, Facebook, Tumblr, Pinterest, Instagram, etc)

But an appealing thing about Bit.ly is that in “one go,” you can do some decent sampling to see what’s up with The Day in Sharing (across the social web, per topic), among other things.

This class is free, people.

bitly:

At bitly, we strongly believe in open APIs and want to make it as easy as possible for you to build awesome stuff. Today we’re excited to announce a partnership with Codecademy that will help newbie and expert developers alike use our API. Codecademy teaches the basics of programming and how to build great companies, products, and applications, and now has classes designed by the API experts themselves (the people from the companies that have developed these open APIs for you to use). Our new API class, ‘Getting Started with bitly’ will make getting started coding on top of our API super fast. 

Wondering what we’ll be teaching you in these classes? You’ll learn how to use bitly for sharing links and seeing how they spread across the social web, and about the new social data and API endpoints that we launched yesterday. Our new Codecademy course will go over how to accomplish the following using our APIs:

How to shorten a link

Find the number of clicks on a link

Find the sites sending traffic to a link

Find the category of a page

Search the social web for interesting links

We hope you dive right in. For full API documentation check out our dev site. Send your questions, comments and ideas to api@bitly.com. We can’t wait to see what you make! 

37482586865

Instagram brand management tools having API hiccups

(Most individual users won’t notice this, as they don’t use 3rd party tools dependent on Instagram API)

Brands/organizations using 3rd part Instagram management tools may be noticing some hiccups in their tools.

I’m hearing from various folks that there are some big Instagram API issues. Basic social interactions like Liking and Following are broken for many.

Based on what I’m hearing from a few developers, and what I can gather from frantic spammers (always a good canary in the coal mine to monitor), I’m guessing Instagram is changing some rate limits, and will probably make a formal announcement soon.

In the meantime, the Instagram API Google Group is popping.

image

28629132446

New Tumblr Developers Blog

New Tumblr Developers Blog.

Separate and distinct from the Tumblr Engineering Blog.

Don’t stop reading before end of celebration. There’s important news about API v1 at the end.

developers:

Welcome to the official Tumblr Developers Blog

Our developer community is hugely important to us and we’re thrilled to finally have a “home” to share news and be more transparent with all of you. Here you will find changelogs, announcements, and highlights from our developer community.

To kick this off, an update on our API.

It’s been a little over a year since our introduction of API v2 and it’s been amazing to see the massive adoption since then. Great companies have used the API to create beautiful new interfaces and integrations with Tumblr. We’ve even started using API v2 to create our own native applications on iOS and Android to give you the power of Tumblr on the go. The resounding success of API v2 is one of the things that prompted us to create the very blog you’re reading. We’ll also start creating beta features such as OAuth 2.0 for all API v2 requests.

Now that v2 has reached stability & maturity, this also means it’s time for us to begin to phase out API v1. We will be phasing out all authenticated requests for API v1, while leaving in place all unauthenticated reads. The current date for the phase out of authenticated reads for v1 will tentatively be September 1st, 2012.

We thank all of you for continuing to use the API and building some of the most innovative applications that help us follow the world’s creators. As always, your thoughts and feedback are welcome. Please feel free to comment here or on the Google Group.

28311808201

How to find your Twitter friends on Tumblr while you still can (something, something Instagram)

[update 20121022 (24 days later). Called it. Twitter killed Find Friends access on Tumblr. So bummed]

If you’re a brand (or person) on Twitter with a set of strong relationships, it’s great to be able to bring them over to other networks you’re a part of like Instagram, Tumblr, and Pinterest.

Except.

Twitter recently took away “find friends” from Instagram. You’re no longer automagically notified when a new Twitter buddy joins Instagram, or given an easy way to find them upon sign-up.

Before.

After.

RIP Twitter buddies.

The lameness of Twitter doing this is beyond the scope of this blog post, so let’s be constructive.

Now would be a good time to find your Twitter friends on Tumblr, while you still can.

Yep, you can find Twitter friends on Tumblr. Tumblr hasn’t done the best job of putting this under our nose, but it’s been here for a while now. On your Tumblr Dashboard you can go to Find Blogs -> People You Know (Or just jump to: http://www.tumblr.com/lookup ), hand over Twitter auth and see if any of your Twitter buddies are also on Tumblr. (Once you get there, Tumblr does a really nice job of giving you their Twitter name next to their Tumblr name. Something other sites don’t do as well.)

Well what are you waiting for? Git!