| Package | com.facebook.graph.core |
| Class | public class FacebookURLDefaults |
| Constant | Defined 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 | ||
| API_URL | constant |
public static const API_URL:String = "https://api.facebook.com"URL for calling old-style RESTful API methods.
| AUTHORIZE_CANCEL | constant |
public static const AUTHORIZE_CANCEL:String = "https://graph.facebook.com/oauth/authorize_cancel"
| AUTH_URL | constant |
public static const AUTH_URL:String = "https://graph.facebook.com/oauth/authorize"OAUTH autherization URL, used in Facebook.as to authenicate users.
| DESKTOP_REDIRECT_URL | constant |
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
| GRAPH_URL | constant |
public static const GRAPH_URL:String = "https://graph.facebook.com"URL for calling all Graph API methods.
| LOGIN_FAIL_URL | constant |
public static const LOGIN_FAIL_URL:String = "http://www.facebook.com/connect/login_success.html?error_reason"
| LOGIN_URL | constant |
public static const LOGIN_URL:String = "https://login.facebook.com/login.php"
| MOBILE_REDIRECT_URL | constant |
public static const MOBILE_REDIRECT_URL:String = "http://www.facebook.com/connect/login_success.html"