Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need to save the hangout session(like text messages,voice and video) in my server. Is it possible to do that using Hangouts API.
Are the any other tools to do this ?.
please help me.
No, the Hangout API does not provide access to the video/audio stream, nor the in-hangout chat. In theory, you could implement your own chat app, but everyone in the hangout would need to use it.
The only way to get a recording of the audio/video at the moment is to either use a screen grabber, or to use a Hangout on Air (possibly by starting it through YouTube Live) to record it on YouTube.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a simple way to tell if an app is using the Okuma API. There are several applications running on a control and I don't see any indication. I've tried renaming the Okuma API dll's and I can make some of them crash by not being able to find them but that can't be the best way.
I'm writing my own app too, I want to follow the standard. Is there any built in splash screen or standard way to show an app is using the API? (Something like Intel-Inside but Okuma THINC Inside, etc) I've tried searching for the Okuma logos and I see several different versions being used but none that signify anything about API and none that really look standard for indicating API usage.
At this time there is no official logo for the purpose your describing.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I just wanted to know if there is a developer roadmap for foursquare. We're developing an application using foursquare api and we dont want to break its functionality when there's changes within foursquare api.
To ensure that future Foursquare API changes won't break your application, be sure to supply a version parameter with all your API requests. This parameter is a date you give that basically says "use the version of the API that was running on this date." Now if the API does indeed change, your application will get results from the previous version of the API, and you have adequate time to transition to the newer version.
In general, you can stay most up-to-date by following the Foursquare Engineering Blog and #foursquareAPI. There's also a changelog on the developer site.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
i was looking everywhere to find a good guide,or docs about the youtube api for iphone and couldnt find something that answer my needs.
We need to be able to play/stop a youtube videos from our app, NOT from the youtube app,
and to get more metadata such as elapsed time from player .
i also want to be able to fit the player to the specific size that i want, and to be played inside my app and not on explorer or iphone player.
any document ,guide , to that would be great.
thanks.
Simple answer: it doesn't exist.
More complex answer: it could happen, but it'd be a major pain. Basically there would be a few steps you'd need to take:
Load the YouTube page into a NSString for regex searching
Match the string to find the MP4 URL of the video
Create a MPMoviePlayer (or whatever) to play your video
???
Profit.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!
Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this