FacebookDefaults.AuthorizationEndpoint 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來執行 Facebook 驗證的預設端點。
public: static initonly System::String ^ AuthorizationEndpoint;
public static readonly string AuthorizationEndpoint;
staticval mutable AuthorizationEndpoint : string
Public Shared ReadOnly AuthorizationEndpoint As String
欄位值
備註
如需此端點的詳細資訊,請參閱 https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow#login 。