Login Social Media APIs with PHP/JavaScript vs OpenID

Login Social Media APIs with PHP/JavaScript vs OpenID

I have been working with the Facebook API to have my visitors login my website with the Fb API a while back. It uses oauth2.

However, since i am planning to build a login possibility for multiple socialmedia networks do I wonder if OpenID is an option.  Such as bshaffer oauth2 server PHP

But, i need to be able to:
0. Twitter, Facebook, Linkedin, Google+, Instagram should support this at least.
1. disable certain login networks i dont want
2. will i have access to timelines when using OpenID? (obvious when having its permissions)
3. chk on things like number of followers / friends are connected to that account

are these things possible with OpenID?