Read News, Get Information about the Latest Music, Movie, and Book Reviews with the USA Today API Plug-in

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

usatoday_logo2

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 »


Find Out about Tech Companies around the World with the CrunchBase API Plug-in

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

cb01

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 »


Interact with NY Times Best Sellers Search Data Using Our NY Times Best Sellers Search Plug-in

Posted: April 24th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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 »


Discover Everything about the Weather with the Wunderground API Plug-in

Posted: April 24th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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 »


Search NY Times Articles with the NY Times Article Search Plug-in

Posted: April 24th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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 »


Interact with Media Data Using the Tribune Company API and Sample App Plug-in

Posted: April 24th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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 »


Get Access to Your Instagram Account, Find Users, and Watch Popular Photos with Our New Instagram API Plug-in

Posted: April 24th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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 »


Get access to your LinkedIn account and search for people and companies with the LinkedIn plug-in

Posted: April 23rd, 2013 | Author: | Filed under: API, Plugin | No Comments »

linkedin_logo

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 »


Manage Your Health and Share Information with the CarePass Plug-in

Posted: April 22nd, 2013 | Author: | Filed under: API, Plugin | Tags: , | No Comments »

img_CarePassSync

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 »


New AT&T OAuth API Plug-in To Make it Easy to Build Apps with AT&T API

Posted: January 14th, 2013 | Author: | Filed under: API, Plugin | Tags: , | 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:

Selection_926

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

Selection_927

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):

Selection_928

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

Selection_929

For the callback URL to work correctly, also do the following in the Test window (upper right):

  1. Uncheck Open in mobile frame
  2. Make the app pulbic

When running the app and you are not signed in into AT&T, you will see this page:

Selection_931

when signed in, you will see the access token:

Selection_930

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