| Package | com.facebook.graph.core |
| Class | public class FacebookURLDefaults |
| Inheritance | FacebookURLDefaults Object |
| Property | 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 | ||
| GRAPH_URL : String = https://graph.facebook.com [static]
URL for calling all Graph API methods. | FacebookURLDefaults | ||
| LOGIN_FAIL_SECUREURL : String = https://www.facebook.com/connect/login_success.html?error_reason [static] | FacebookURLDefaults | ||
| LOGIN_FAIL_URL : String = http://www.facebook.com/connect/login_success.html?error_reason [static] | FacebookURLDefaults | ||
| LOGIN_SUCCESS_SECUREURL : String = https://www.facebook.com/connect/login_success.html [static] | FacebookURLDefaults | ||
| LOGIN_SUCCESS_URL : String = http://www.facebook.com/connect/login_success.html [static]
Used for AIR applications only. | FacebookURLDefaults | ||
| LOGIN_URL : String = https://login.facebook.com/login.php [static] | FacebookURLDefaults | ||
| VIDEO_URL : String = https://graph-video.facebook.com [static]
URL for uploading videos via Graph API. | FacebookURLDefaults | ||
| API_URL | property |
public static var API_URL:String = https://api.facebook.comURL for calling old-style RESTful API methods.
| AUTH_URL | property |
public static var AUTH_URL:String = https://graph.facebook.com/oauth/authorizeOAUTH autherization URL, used in Facebook.as to authenicate users.
| AUTHORIZE_CANCEL | property |
public static var AUTHORIZE_CANCEL:String = https://graph.facebook.com/oauth/authorize_cancel| GRAPH_URL | property |
public static var GRAPH_URL:String = https://graph.facebook.comURL for calling all Graph API methods.
| LOGIN_FAIL_SECUREURL | property |
public static var LOGIN_FAIL_SECUREURL:String = https://www.facebook.com/connect/login_success.html?error_reason| LOGIN_FAIL_URL | property |
public static var LOGIN_FAIL_URL:String = http://www.facebook.com/connect/login_success.html?error_reason| LOGIN_SUCCESS_SECUREURL | property |
public static var LOGIN_SUCCESS_SECUREURL:String = https://www.facebook.com/connect/login_success.html| LOGIN_SUCCESS_URL | property |
public static var LOGIN_SUCCESS_URL:String = http://www.facebook.com/connect/login_success.htmlUsed for AIR applications only. URL to re-direct to after a successfull login to Facebook.
See also
| LOGIN_URL | property |
public static var LOGIN_URL:String = https://login.facebook.com/login.php| VIDEO_URL | property |
public static var VIDEO_URL:String = https://graph-video.facebook.comURL for uploading videos via Graph API.