Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »

Our new USA Today API Plug-in allows you to read news from different categories offered by USA Today and get information about the latest music, movie, and book reviews. Also, you can find top salaries for different sports leagues. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »

This API allows you to interact with the huge CrunchBase database. (What is CrunchBase? CrunchBase is a free database of technology companies, people, and investors that anyone can edit.) To make it easier to use the API to make mobile apps in Appery.io, we created a plug-in with some ready-made services (interfaces) for using the CrunchBase API. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
We’ve just made the NY Times Best Sellers Search API plug-in available. The API allows you to interact with NY Times best seller data. To make it easier to use the API to make mobile apps in Appery.io, we created a plug-in with some ready-made services (interfaces) to use the NY Times API. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
The Wunderground API allows you to receive information about weather conditions, forecasts, historical information about weather, etc. To make it easier to use the API in Appery.io, we created a plug-in with some ready-made services which use the Wunderground API. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
We’ve just made the NY Times Article Search Plug-in available. The API allows you to interact with NY Times articles. To make it easier to use the API to make mobile apps in Appery.io, we created a plug-in with some ready-made services (interfaces) to use the NY Times Article Search API. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
We’ve just made the Media/Tribune Company API and Sample App plug-in available. The API allows you to interact with Tribune Company media data. To make it easier to use the API and make mobile apps in Appery.io, we created a plug-in with some ready-made services (interfaces) to use the Tribune Company API. Read the rest of this entry »
Posted: April 24th, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
We’ve just made the Instagram API plug-in available. The Instagram API plug-in can be instantly added to any new or existing app and allows a user to view his photo, search popular photos, find photos on the Google map, find photos in the same location, search for a user and look at the user’s photo, and read comments. The Instagram API offers a REST services that help you to use Instagram in many ways. Read the rest of this entry »
Posted: April 23rd, 2013 | Author: Iryna | Filed under: API, Plugin | No Comments »

Our new LinkedIn Plug-in allows you to get access to your LinkedIn account, read your profile data, read data from your connection profile, get a list of connections, search people and companies, and read data from a company profile. Read the rest of this entry »
Posted: April 22nd, 2013 | Author: Iryna | Filed under: API, Plugin | Tags: API, Plugin | No Comments »

CarePass Sync is a secure personal health, wellness, and nutrition cloud created for all consumers. It enables users to consolidate their data from all of the CarePass Sync enabled apps that they use in a single location.
We’ve just made the CarePass plug-in available. You can log in to the consumer-facing https://www.carepass.com to view your CarePass profile and update or add information. Your profile will contain the aggregated information from all of the CarePass-enabled apps that you use. Read the rest of this entry »
Posted: January 14th, 2013 | Author: Max | Filed under: API, Plugin | Tags: API, Plugin | No Comments »
To make it easy to build apps with AT&T API, we just added the AT&T OAuth API Plug-in. The plug-in sets up the OAuth 2 authentication by returning an access token which then can be used to invoke any other AT&T API.
To import the plug-in, select Create New > From Plug-in > ATT OAuth API:

Once the plug-in is imported, open ATT_Settings file:

and set the client_it, client_secret, and scope. The client_id, and client_secret will be available once you register an app at http://developer.att.com. The scope value depends on the API you are going to use. For example, if you the Location API, it will be TL. Refer to docs for the correct scope for each API.
Here is an example of a registered app with three scopes (in red):

One more thing that needs to be set is the OAuth 2 redirect (or callback URL) in app settings

For the callback URL to work correctly, also do the following in the Test window (upper right):
- Uncheck Open in mobile frame
- Make the app pulbic
When running the app and you are not signed in into AT&T, you will see this page:

when signed in, you will see the access token:

The access token is also stored into local storage so you can use it to invoke other AT&T APIs.