The URL facebook.com/login/identify is Facebook's primary recovery portal for users who have lost access to their accounts. It serves as a starting point for identifying an account and initiating a password reset or identity verification process. Core Functionality
The "Identify" page allows you to search for your account when you cannot log in. You can search using:
Email Address: Any email currently or previously linked to the account. Facebook.com Login Identify
Mobile Phone Number: The number associated with your mobile logins or security alerts.
Full Name or Username: If you cannot remember your contact info, searching by your profile name or custom username (found at the end of your profile URL) can locate the account. The Recovery Process The URL facebook
Once an account is identified, the system typically offers several paths for recovery:
I’m not fully sure what you mean. I’ll assume you want a feature spec for identifying whether a Facebook.com login page is genuine vs a phishing page. I’ll provide a concise, actionable feature specification and detection checklist you can implement (front-end or extension). If you meant something else, say so. Use server-side authorization code flow with token exchange
| Issue | Probable Cause | Recommended Action | | :--- | :--- | :--- | | "Email not found" | Typo or wrong identifier type | Try phone number or username instead. | | "Too many attempts" | Rapid failed identifications | Wait 15 minutes; use "Forgot Password?" | | "We detected a login from an unrecognized device" | New browser/geolocation | Complete 2FA or confirm via email code. | | "You’ve asked to remove your phone number" | Number removed from account | Use email or username to log in. |
The user enters an identifier (e.g., email or phone). The system uses regex pattern recognition to determine the type:
@ and a domain → treated as email.+ or spaces) → treated as phone number.@ or typical phone length → treated as username.Cause: Spam filters, incorrect phone number, or SMS delays.
Solutions: