Import google plus friend list using php -
could 1 give me suggestion on how friend list on google plus using php. there plugin or widget this.it great know.
thanks in advance.
your user needs grant app access information via oauth 2.0 scope https://www.googleapis.com/auth/plus.login , can use rest api or client libraries list of friends.
see google+ php quickstart sample application accomplishes of steps necessary want do. sample uses symfony framework keep code concise, should able take away how same in own php environment.
also, see google apis php client library can use in project. library embedded in quickstart via composer.
Comments
Post a Comment