background preloader

APIs4Trackid

Facebook Twitter

Business Intelligence Reporting & Software | GoodData | Home. Google Maps API links. Schoology Developers. Clever | 5-Minute SIS Integration for Educational Applications. Clever | Developer Docs. Authentication All Clever API calls must be authenticated using API tokens. Specifically, OAuth 2.0 bearer tokens. API Tokens Clever uses token-based authentication because it offers numerous benefits over key-based authentication. A token represents the authorization that a district has given to access its data.

Thus, authenticating with a token only gives you access to the data for a single district. This approach offers a number of benefits: Security: A compromised token represents a much smaller risk than a compromised API key.Simplicity: With tokens, scoping API calls to be within a single district is trivial.Embedded applications: The content of a token is shared between you and a single district, so it's safe to embed or expose the token to the district that granted it to you. Acquiring a token Every time a district authorizes your application, a token is created that stores the details of this authorization. 7f76343d50b9e956138169e8cbb4630bb887b18 Manually. Automatically via OAuth 2.0. Partner with Knewton to Deliver Continuously Personalized Content. Khan Academy API · Khan/khan-api Wiki.

The Khan Academy API gives developers access to nearly all types of Khan Academy data via a RESTful API that outputs easy-to-parse JSON. Overview At the highest levels, the API will give you information about Every Playlist. You can use the titles of each playlist to discover the videos within individual playlists (i.e. Algebra, Banking and Money, Biology, etc). Or, you can use the playlists to give you info about exercises for each (i.e. Precalculus, Trigonometry, Arithmetic, etc). Exercises and Videos are related, so you can ask make a specific api call to find out about a video like Absolute Value or you can ask for that video's related exercises. Similarly, you can ask about the Absolute Value Exercise and in much the same way as in the video example above, find the exercise's related videos. You can use these unauthenticated api calls to get information about nearly all of the Khan Academy's library organized in Playlists, or as individual videos or exercises.

Getting Started Methods. APE (Ajax Push Engine) :: Comet server :: Real time data streaming. Pusher | HTML5 WebSocket Powered Realtime Messaging Service. Real-time Messaging - Push Real Time Data to Mobile, Tablet, Web | PubNub. StreamHub - The Reverse Ajax / Comet Server. A scalable real-time backend for your website. Sample Source Code. Sample source code to find LBS parameters Find LBS Information - To find a location of the mobile device without GPS, you only need the following four parameters from your mobile device MCC - Mobile Country Code MNC - Mobile Network Code LAC - Locale Area Code Cell ID - Value of the Cell ID Your mobile application can easily obtain this information from the mobile device using well-documented APIs published by respective device manufacturers.

Below are code snippets for the commonly used mobile device platforms. If you need more information or for a different platform, let us know. Invoke Loc8 APIs - Once you obtain the LBS parameters, invoke the Loc8 APIs to retrieve the location, lat/long and other information as documented here Code Snippets Following are code snippets to retrieve LBS parameters for the commonly used mobile device platforms. SymbianLBS parameters can be retrieved by using the CTelephony class of Symbian SDK. BlackberryHere is a code snippet to retrieve LBS parameters.