@davidfox1983: Yes, we are doing many things from the security front, and more is coming on that.
Just like GiantBomb video buddy works, you can allow the user to input his own existing API KEY into the settings page of your app (then of course you store it permanently in your local device storage), or you can do a request to the generation page, and just generate, and grab the token after the user auths, and then you'll be able to take that key and use it.
Otherwise, Video Buddy uses it's own cache for results, so it's not having to do unique hits on every request. You can cache responses if you wish (as long as it's non premium), which will allow for extremely fast searches that don't have to hit our API. You can pre-populate this cache by using your own user account API if you'd like. For example, take the first 10 pages of video results, and build a cache DB. That's 1000 videos - cool!
Additionally, we are working on coming up with new solutions for our API users, involving oath tools and solutions to make API interactive easier. First priority is us fixing some current performance issues and fixing API abuses, so we can make sure to scale.
Log in to comment