Spiga

[php class] Open Inviter – Get contacts of friends of different networks

December 01, 08 by Gabi Solomon

Yet another great class found on the php classes website.
This one has been in my draft folder for a while (the place i keep my articles ideas ), and finally it came time to write about it (manage to put my laziness away and write it).

The class is called open Inviter and has received the rank of november 2008 Nominee for Innovation Award. I personally hope it will win it, i think it really deserves it.

Describtion

This package can be use to get the contacts of friends of different e-mail providers and social networks.

It can access the Web services servers of different networks to retrieve the contacts of friends of a given user.

Each network is accessed by the means of plug-in classes. Some plug-ins support sending invitation messages to friends to be added to the user contacts.

The class currently comes with plug-ins that support :
* AOL
* GMail
* GMX.net
* Windows Live (Hotmail)
* Katamail
* Lycos
* Mail.com
* Mail.ru
* Rambler.ru
* Rediff
* Yahoo!
* Yandex
* Facebook
* Hi5
* LinkedIn
* MySpace
* Orkut
* Twitter

The class is very easy to use, and comes with a very detailed example of how you can implement it.

[Class full description & download link]

Hope it helps you in your development.

Cheers.

Want to build an application to update all major social services ?

July 24, 08 by Gabi Solomon

As social networks seem to get bigger and bigger and new ways of online communication spring up, people get more and more caught up into updating their accounts on various networks.

So wheres there’s a need there’s an application :) .

As i was talking a few days ago a new service has been borne a few months ago called ping.fm that allows users to update their services all from one place. Well today i stumble upon a class on phpclasses.org called Ping.FM Wrapper that can be used to update multiple social networks using the Ping.FM API.

It accesses the Ping.FM Web services API server and can perform several operations to update social networks of a given user. It can for instance post messages or the user status, retrieve received messages, etc..

I guess this will make the life of developers required to do an application that will update social networks a whole lot easyer. :)

Cheers