I am using AT&T Speech API for converting speech to text in my iphone app.Where i need to convert audio into text. My question is: how to get OAuth access token? As i need it for API call.
Asked
Active
Viewed 267 times
1
-
Do you mean you don't understand how to use OAuth or you don't understand something specific to the AT&T API? Do you have a valid account? – Basic Jan 09 '13 at 10:37
-
I have App Key and App Secret. Using these parameters how can i obtain OAuth access token – DJB Jan 09 '13 at 10:40
-
I strongly recommend you use an OAuth library as it involves sending messages, getting responses, checking hashes, etc... Implementing it yourself will likely result in a buggy implementation. [Have a look here for some suggestions](http://stackoverflow.com/questions/2838618/which-oauth-library-do-you-find-works-best-for-objective-c-iphone) – Basic Jan 09 '13 at 10:42
-
Thank you Basic for your suggestion – DJB Jan 09 '13 at 11:43
1 Answers
1

- Sign in to your ATT Developer account and click on "Manage My Account"

- Create a new app or enter into the sandbox of your existing application

- The App Key and App Secret are used for your OAuth token

Srichakradhar
- 1,535
- 1
- 12
- 24