Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
guygodin's avatar
guygodin
Protege
12 years ago

Public API for Oculus Share?

I was wondering if there are any plans on having public web api's for oculus share? I would like to add the ability to browse available games/demos, download & install them, etc. within Virtual Desktop (viewtopic.php?f=29&t=8182)

5 Replies

  • "cybereality" wrote:
    I don't think there are any plans to do this.

    Roger that. I'll put the feature on hold then.
  • You could do this with web scraping, provided it's not against Terms of Service, but that would require maintenance as the website changes. Up to you whether you think the effort is worth it. There are some nice libraries that could be used to build a scraping server that presents a nice API, like Beautiful Soup.
  • heh true! There are also other websites that have similar data (like RiftEnabled.com which has its own database of games). But I don't think it's worth all the trouble. Some games have direct download links, some don't, some can be deployed with x-copy, others have setup programs, etc. so it wouldn't be a small task. If Oculus ever comes up with an API (and infrastructure) in the future then I'll certainly use it, for now I'll keep this as a weekend project :P