Click or drag to resize
IFacebookUserProvider Interface
Provider allows you to get information about Facebook user.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public interface IFacebookUserProvider
Methods
  NameDescription
Public methodGetFacebookUser(String)
Gets information about Facebook user.
Public methodGetFacebookUser(String, String)
Gets information about Facebook user.
Top
See Also