| Code | Message |
| 1 | Update not permitted for that user.
The user has chosen not to let your application update their location. Urge them to change the permissions for your app at the My Applications page.
|
| 3 | Query not permitted for that user.
The user has chosen not to let your application query their location. Urge them to change the permissions for your app at the My Applications page.
|
| 4 | User account is suspended.
The user must come to the Fire Eagle site to reactivate their account. Tell them to do it.
|
| 6 | Place can't be identified.
Fire Eagle couldn't resolve the location you provided. Try another location.
|
| 7 | Authentication token can't be matched to a user.
Fire Eagle doesn't know who you're trying to update or query for. You might need that user to re-authorize your application.
|
| 8 | Invalid location query.
You didn't provide all the required location parameters for a location-parameter query (such as: update, location, or within).
|
| 10 | Token provided is a request token, not an access token.
You need to exchange your request token for an access token (read more about the User Authorization process).
|
| 11 | Request token has not been validated.
You tried to exchange your request token before a user authorized it (read more about the User Authorization process).
|
| 12 | Token provided must be an access token.
You need to use an access token, not a request token, not a general purpose token.
|
| 13 | Token has expired.
Request tokens must be exchanges within 1 hour of requesting them.
|
| 14 | Token provided must be a general purpose token.
A user access token is no good here. Use a general purpose token for within and recent queries.
|
| 15 | Unknown consumer key.
Did you copy your consumer key properly from the Manage Applications page?
|
| 16 | Token not found.
Maybe the token has been deleted (a user unsubscribed from your app) or maybe it was copied wrong or corrupted.
|
| 20 | oauth_consumer_key parameter required.
You're missing a required parameter.
|
| 21 | oauth_token parameter required.
You're missing a required parameter.
|
| 22 | Unsupported signature method.
Fire Eagle doesn't support the OAuth signature method you tried. We recommend HMAC-SHA1.
|
| 23 | Invalid OAuth signature.
The oauth_signature parameter is invalid. Check your parameter encoding and make sure you order parameters alphabetically when generating signature base string.
|
| 24 | Provided nonce has been seen before.
To prevent replay attacks Fire Eagle requires that you supply a different oauth_nonce/oauth_timestamp pair for each API request.
|
| 30 | Use fireeagle.yahooapis.com for api methods.
To prevent cross site scripting attacks and allow for flash clients to use Fire Eagle we require that all requests to the api's are done at fireeagle.yahooapis.com
|
| 31 | SSL required, this method must be requested with https
For added security this method may only be requested via ssl (https) and can not be accessed with http.
|
| 32 | Rate limit/IP Block due to excessive requests.
To prevent denial of service attacks, Fire Eagle will block an application for an hour if excessive requests are detected (more than six per minute, sustained over an hour). Please make sure your code throttles excessive requests.
|
| 33 | Invalid OAuth verifier.
The oauth_verifier parameter presented to get the user's access token is invalid.
|
| 34 | OAuth callback required.
The request must specify a oauth_callback parameter.
|
| 35 | Invalid callback URL.
The value of the oauth_callback is an invalid URL.
|
| 36 | Timestamp expired.
Timestamp older than one hour.
|
| 37 | Invalid HTTP method.
Please check the developer documentation for the allowed methods for a specific API.
|
| 38 | Invalid OAuth version.
Currently supported OAuth version is 1.0 only.
|
| 39 | Time argument out of range.
Timestamp is not in a parsable format or is in the future.
|