I need to code a PHP set of classes which can get and manipulate status of a member who has connected his facebook, twitter and Google plus account. I only need, for this step in my project, all status with there date of publication.
So, there's many ways :
- list libraries. One library per social network. (so many of it. and I can code one of my own)
- use a complex php framework (but with the need to learn the framework, but with no nee to learn a lot of each social network api) ...or something else ?
What do you think about that, and what do you know about that ? ... all cues are welcome.
