facebookarchive / wit-ios-helloworld

Code for Wit iOS Tutorial
Other
22 stars 6 forks source link

WitHelloWorld

Simple implementation of the tutorial available at: https://wit.ai/docs/ios/4.0.0/quickstart

Getting started

Replace xxx with your access token in FOOAppDeletage.m:

[Wit sharedInstance].accessToken = @"MY_TOKEN"; // replace xxx by your Wit access token