Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
You need to clarify this. I have no idea what you're asking – relentless Jul 30 '12 at 18:54

closed as not a real question by George Stocker Jul 31 '12 at 2:12

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

There is one library for all social networks Hybridauth, it has rich API and allows you to do many things without writing any adapters for each API.

share|improve this answer
Sorry for my question thats wasn't so clear. I'll read FAQ But thanks to Alexander that's all I was looking for and so much more. – PatriceFr Aug 4 '12 at 16:23

Social network sites will usually offer APIs to developers in a range of programming languages so for example with twitter there is OAuth authentication.

The best solution is to sign up for a developers account with the sites that you want to get the information from and use the PHP frameworks which they make available for people to use.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.