LoginActivity
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

This Activity is a necessary part of the overall Facebook login process but is not meant to be used directly. Add this activity to your AndroidManifest.xml to ensure proper handling of Facebook login.

<activity android:name="com.facebook.LoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:label="@string/app_name" />

Do not start this activity directly.

Extends:Activity
Package:facebook
Constructors
LoginActivity()
public LoginActivity()