Registration
Because the SparqFest API uses OAuth for authentication, you will first need to register you application and receive a client_id and client_secret. We are currently working on a developer portal that will manage this process. This process will allow any developer to register an application through the developer portal. Once registered, you can begin...
OAuth Overview
NOTE: This documentation is currently in progress. We are providing it as a preview for those developers who have expressed interest in getting an early start. SparqFest supports OAuth 2.0 for authorizing api requests. Your client will follow a standard OAuth 2.0 workflow to receive an access token from SparqFest. Each API request you make will, in ...
Scopes
NOTE: This documentation is currently in progress. We are providing it as a preview for those developers who have expressed interest in getting an early start. Access to resources in a SparqFest application is a combination of what resources the user is allowed to access and what access that user has granted to the client they are using. Even if a u...