Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
The Internet Programming IT Technology

Social Networking Sites Opening Their APIs 56

prostoalex writes "Business Week magazine is looking at social networking sites opening their APIs to third-party developers to enable social applications not supported by the network itself. Facebook is setting an example by releasing their API from beta into 1.0, and many others are expected to follow the suit. Quoting from the article: 'Since Facebook, a network of 17 million college students, started a pilot program last summer, third-party developers have created some 100 new applications. Now a Facebook user name and password can be used to log in to content-sharing and chat site Mosoto, and to automatically import Facebook friends into Mosoto's buddy list for chat. Facebook itself does not offer a chat function.'"
This discussion has been archived. No new comments can be posted.

Social Networking Sites Opening Their APIs

Comments Filter:
  • Great, when do we get a Slashdot API????
    • by Anonymous Coward on Tuesday February 13, 2007 @06:11PM (#18004084)
      Probably the minute Slashdot becomes social. /ducks
    • by alx5000 ( 896642 )
      The specs are to be released tomorrow around 3:00 pm, 4:30 pm and maybe we'll have another PR during the evening.
    • Why do you need one? Are you planning on making a dup detector or a dup submitter?


      • Why do you need one? Are you planning on making a dup detector or a dup submitter?

        How about a real kill file rather than modding stuff down? I can't be the only one that doesn't even want to see AC replies under a certain level.
    • by AusIV ( 950840 )
      Anything you want to know about how to interface with slashdot you can learn from slashcode [slashcode.com]. The wonders of open source.
    • Consider the fact that Tom or what ever his name really is changes the software on Myspace.com about as often as I change my socks, I'm wondering how well that's going to work. Ask anyone who's ever tried writing something for the ebay API.

      Furthermore the whole "online friends" site is sooooo jr high. I always get a mental image of a bunch of bow head cheerleaders standing around in the girls bathroom "Nuh-uh, I do so have more friends than you."

      2 cents,

      QueenB
      • The eBay API is relatively robust and /does/ use compatibility levels to deal with backwards compatibility, however you're right in that if you try and program something too specific and that feature is cut from eBay, you're on your own.
  • Business Week magazine is looking at social networking sites opening their APIs to third-party developers to enable social applications not supported by the network itself.

    You mean Myspace doesn't have enough third-party "applications" [betanews.com]?
    • by jbloggs ( 535329 )
      Don't be foolish. That's what happens when you don't directly and security support services that should and will exist. We are entering into a new era of computing by building applications on top of networks that reflect the real-world. Its about enchanced communication, and it's not about if but when. I applaud facebook for being proactive on this, even if they view it as a business move to increase their popularity. Ultimately its good for the consumer, especially not to unnecessarily fragment social
  • by Anonymous Coward
    RE: Social Networking Sites Opening Their APIs

    Great, now if I could just find a woman on one to open her API
    • by Misch ( 158807 ) on Tuesday February 13, 2007 @06:11PM (#18004092) Homepage
      From thinkgeek [thinkgeek.com]:

      Please note: Adding love.h to your partner object requires a few additional objects be streamed in before some functions are made available:

      #include <love.h>

      Partner significantOther;
      Dinner dinner;
      Flowers flowers;

      significantOther << dinner << flowers;


      Otherwise the call to significantOther.putOut() will throw an UninitializedMember() exception.
      • by MooUK ( 905450 )
        Wouldn't an "uninitialised member" be more likely to be caused by insufficient attractiveness of the other party?
      • by Nahor ( 41537 )

        significantOther << dinner << flowers;
        Their idea of a romantic dinner is to eat flowers!? Or is it that they think their wives look like cows?
        • by Eivind ( 15695 )
          C++ allows operator-overloading.

          Unfortunately they then fell in love with it, and completely overabused it.

          Allowing "+" to add not just two numbers, but also say concatenate two strings is reasonable.

          Using left-shift to mean in effect "print" is not.

          That's almost as ugly as my favourite C++-wart:

          How do you separate object++ from ++object when overloading functions ? Answer: You add a completely bogus "int" argument to the prefix-operator, so the compiler recognizes the two as having different sign

  • Are they still only for college kids? Or am I getting me social stal... networking sites mixed up again?
    • by ben4242 ( 836284 )
      Facebook is used primarily by the college crowd, but if you are an alumni of a particular school, you can receive a Facebook account.
      • by MattPat ( 852615 )

        Facebook is used primarily by the college crowd, but if you are an alumni of a particular school, you can receive a Facebook account.

        High school students can get a Facebook account, too, and it's becoming increasingly popular. (They are, however, kept to their own subdomain ;)).

      • Re:Facebook (Score:4, Interesting)

        by cashman73 ( 855518 ) on Tuesday February 13, 2007 @06:20PM (#18004246) Journal
        Or, you can just sign up without having any particular affiliation. Facebook opened its doors to the general public sometime in September or October, 2006.
    • No Facebook has now opened its doors and created "Communities" for different districts across your state. I don't know about using it from outside the US though.
  • by Carthag ( 643047 ) on Tuesday February 13, 2007 @06:10PM (#18004078) Homepage
    For a while now I've been hoping that a general protocol would come out and replace the centralized networking sites. It would be fairly trivial to create a handshaking system over a simple p2p network that allows you to set the friend-status of other nodes. These nodes would then be able to access a local profile based on their status. The profile could contain pretty much anything that the user wishes to include in it. It'd have to be user-friendly though. Of course the hand-shaking needs to be secure so people can't crawl the network for personal information, but that could possibly be done with public/private keys or a similar scheme.

    I don't have time to code any of this, though, but it would be a million times more efficient than the current system where you have some friends on some sites and some friends on others.
    • Re: (Score:3, Interesting)

      by Bogtha ( 906264 )

      There's a decentralised RDF-based "Semantic Web"-type version in the form of FOAF [foaf-project.org]. You can already browse it with software like FOAFnaut [foafnaut.org] etc [jibbering.com], and generate your own FOAF file with FOAF-a-matic [ldodds.com]. There was a crawler called Plink [battellemedia.com], but that seems to be dead now.

    • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Tuesday February 13, 2007 @06:52PM (#18004654) Homepage Journal

      It would be fairly trivial to create a handshaking system over a simple p2p network that allows you to set the friend-status of other nodes.

      I can't tell if this makes sense or not. Please define "node" in this context.

      If what you mean is another webserver, then I don't think this is at all necessary or in fact even desirable. I think what is necessary is simply exposing congruent properties. For example you need to provide a means for account validation from a hashed password without providing the password back to the caller, and you need to make various values available. This is best done with a standard format for information interchange, and I don't mean the american one.

      In other words it would be best if in addition to any custom APIs provided, the sites also provided a standard one. It should be simple XML for back-and-forth compatibility. This is pretty much all that is needed for collaboration between them, provided you implement the authentication system. That way you can have an affiliation of any type of sites and share member between them.

      Keep in mind, however, that most of these social networking sites will fight you with everything they have. They depend on attracting as many visitors as possible and convincing them to eschew all others, which is easy because most people would prefer not to flop between sites.

      I still think the actual answer is just to run your own blog, and let google (and others) handle the social aspect. Why associate myself with myspace? Of course this is still hard for a lot of people, but it's getting easier all the time. For example I could go with a hosting provider with fantastico, install drupal (or wordpress or whatever) via that, and then use the appropriate functionality to tie myself in with a network of other like-engined sites. There are also modules for some of these to participate with others...

      • by Carthag ( 643047 )
        I mean that each user/profile is a node in a p2p network. A seperate application, like an IM client, based on an open networking protocol. It could actually be integrated into your IM client across networks.
    • It would be fairly trivial to create a handshaking system over a simple p2p network ... It'd have to be user-friendly though. Of course the hand-shaking needs to be secure
      HAHAHAHAHAHAHAHAHAHA! Surely you jest.
    • Re: (Score:2, Informative)

      by stickystyle ( 799509 )
      That would be...

      http://appleseed.sourceforge.net/ [sourceforge.net]
    • What's your business plan for this decentralized protocol?
  • Nothing New (Score:1, Interesting)

    by Anonymous Coward
    This is nothing new. The API's to many social networking sites are already open.

    Considering the fact that Flickr is one of the first ones, see this particular use of the its APIs:

    http://blogs.sun.com/MortazaviBlog/entry/persopoli s_the_takht_e_jamshid [sun.com].

  • other news, Marketing data miners wring their hands and cackle with glee. Coming up at 11.
  • Above and beyond (Score:2, Informative)

    by CLorox ( 7 )
    These open APIs are allowing developers to go so far beyond what Facebook was originally designed for, that it makes you wonder if these addins will spin off with their own system, eclipsing the original site. Mosoto http://www.mosoto.com/ [mosoto.com] doesn't just add IM style chat from your Facebook friends, but file sharing and streaming audio to everyone in your list as well.
  • yea well they wont even let us get xml versions of our news feeds from facebook so MEH.
    • And how do you intend to syndicate them anywhere else when you have to be logged into Facebook to see anything?
  • They have had a facebook plugin for the latest version of AOL Instant Messenger for a while now and there's already been concerns about phishing issues. What's to stop a program from using the APIs to connect to facebook but then also keeping the facebook username and password that have been entered? Once you let 3rd parties connect to your system, security goes wayy down.
    • Re: (Score:1, Insightful)

      by Anonymous Coward
      You don't use a username/password to log the user in. Users log in through the facebook website which passes an timed expiry identification key back to the 3rd party application.
  • by Anonymous Coward
    Did some people try a millenium ago to have a passwordless moderation system with a secure randomly generated image? (that changes every time you load it like on profilemix.com's world visitors map) I think this would solve many of the basic problems of wiki administration... unless you hate democracy. (if it worked)
  • Some social networking sites (e.g. livejournal.com and d.hatena.ne.jp) already provide basic data export in FOAF (Friend-of-a-Friend) [foaf-project.org] vocabulary. Search engines such as Swoogle [umbc.edu] and SWSE [swse.org] aggregate some of the content published in RDF. The problem is that crawling large database-driven sites with millions of files takes years when adhering to the Robots Exclusion Protocol. On the other hand, an API can provide on-demand integration, but with every site building their own API, a lot of schema wrapping (e.g. v
  • On a semi-related note, I just made a tool that scrapes flickr to extract flickr notes as an HTML imagemap [kisrael.com]. I started it as an HTML screenscraper but then saw there didn't seem to be support for this in the flickr api [flickr.com].
  • It there a tenant of Web 2.0 "Thou shall not use WSDL/SOAP"?

The shortest distance between two points is under construction. -- Noelie Alito

Working...