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'm building an app that needs to start a video conference from an iPhone. They way i've implemented it is to first check if Skype is installed, if it is, i start video conferencing with skype. If not, im checking if the Google+ app installed. And if it is i want to open that app with a Google+ username to start a hangout with the user.

an example would be:

[[UIApplication sharedApplication] openURL:"googleplus://username@gmail.com"]

Do you know if this is possible, and whats the correct identifier to call?

share|improve this question

1 Answer

up vote 1 down vote accepted

Currently, there is no way to start a Google+ Hangout with only an API call. However, there is a Google+ Hangouts Button that will start one.

https://developers.google.com/+/hangouts/button

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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