Packagecom.facebook.graph.core
Classpublic class FacebookURLDefaults

Constant class that stores all URLs used when communicating with Facebook. You may change these if your requests need to go though a proxy server.



Public Constants
 ConstantDefined by
  API_URL : String = "https://api.facebook.com"
[static] URL for calling old-style RESTful API methods.
FacebookURLDefaults
  AUTHORIZE_CANCEL : String = "https://graph.facebook.com/oauth/authorize_cancel"
[static]
FacebookURLDefaults
  AUTH_URL : String = "https://graph.facebook.com/oauth/authorize"
[static] OAUTH autherization URL, used in Facebook.as to authenicate users.
FacebookURLDefaults
  DESKTOP_REDIRECT_URL : String = "http://www.facebook.com/connect/login_success.html"
[static] Used for AIR applications only.
FacebookURLDefaults
  GRAPH_URL : String = "https://graph.facebook.com"
[static] URL for calling all Graph API methods.
FacebookURLDefaults
  LOGIN_FAIL_URL : String = "http://www.facebook.com/connect/login_success.html?error_reason"
[static]
FacebookURLDefaults
  LOGIN_URL : String = "https://login.facebook.com/login.php"
[static]
FacebookURLDefaults
  MOBILE_REDIRECT_URL : String = "http://www.facebook.com/connect/login_success.html"
[static]
FacebookURLDefaults
Constant detail
API_URLconstant
public static const API_URL:String = "https://api.facebook.com"

URL for calling old-style RESTful API methods.

AUTHORIZE_CANCELconstant 
public static const AUTHORIZE_CANCEL:String = "https://graph.facebook.com/oauth/authorize_cancel"
AUTH_URLconstant 
public static const AUTH_URL:String = "https://graph.facebook.com/oauth/authorize"

OAUTH autherization URL, used in Facebook.as to authenicate users.

DESKTOP_REDIRECT_URLconstant 
public static const DESKTOP_REDIRECT_URL:String = "http://www.facebook.com/connect/login_success.html"

Used for AIR applications only. URL to re-direct to after a successfull login to Facebook.

See also

com.facebook.graph.FacebookDesktop.login
http://developers.facebook.com/docs/authentication/desktop
GRAPH_URLconstant 
public static const GRAPH_URL:String = "https://graph.facebook.com"

URL for calling all Graph API methods.

LOGIN_FAIL_URLconstant 
public static const LOGIN_FAIL_URL:String = "http://www.facebook.com/connect/login_success.html?error_reason"
LOGIN_URLconstant 
public static const LOGIN_URL:String = "https://login.facebook.com/login.php"
MOBILE_REDIRECT_URLconstant 
public static const MOBILE_REDIRECT_URL:String = "http://www.facebook.com/connect/login_success.html"