Google hangouts API usage in php/javascript
-
Hello, I hope you all are doing well,
I’m developing wordpress plugin that will allow people to create google hangouts group and that group will display on a website, whenever someone wenst to my website he will see all google hangouts groups and how much people are in those groups talking ( i know max is 10 ). He will be able to create his own group and if he will do that his group also will display in website OR he will be able to join existing groups and talk with people.
My questions:
How can i use google hangouts API in php/javascripts ( more examples better )
How can i get people that are in hangouts group and display with php/javascript in my website their photos if they does not have photos it will show default picture that i will select with code.
How can i display groups on website with php/javascript whenever group is created by user?
More examples more better for these questions, main problem that i dont know how to insert and use tgoogle hangouts api and i find difficult to regonize if documentation that i’m reading is for website or for mobile app for example:
https://developers.google.com/+/hangouts/api/gapi.hangout here i found
class Participant(
which how i understand allows to get people information from the hangout group and display it somewhere, but the problem is i dont understand wether this is for website or for something else, if i would know answers or see examples to my questions it would be much easier to develop what im trying to do, because i was searching for hours really did and didn’t find anything understandable and i’m not newbie on php just i find this especially hard.
The topic ‘Google hangouts API usage in php/javascript’ is closed to new replies.