InterviewSolution
Saved Bookmarks
| 1. |
Does The Oauth Url That I Use In My Server Requests Need To Match Exactly To The Oauth Url That I Entered When Provisioning My Application In The My Apps Section Of The At&t Developer Website? |
|
Answer» The URL that you use in your REQUESTS must EITHER be an exact match to the OAuth Redirect URI in your application on the AT&T Developer Program website or be an extension of that value. The Redirect URI uses the following rules:
The URL that you use in your requests must either be an exact match to the OAuth Redirect URI in your application on the AT&T Developer Program website or be an extension of that value. The Redirect URI uses the following rules: |
|