class Socialmail::Facebook

Defined in:

socialmail/modules/facebook.cr

Constant Summary

BIAS_REQ_MET = :post
ENDPOINT_BIAS = "https://www.facebook.com/ajax/login/help/identify.php?ctx=recover"

Confirmation Bias

ENDPOINT_URL = "https://www.facebook.com/login/identify/?ctx=recover/"
MODULE_NAME = "FACEBOOK"
MODULE_URL = "https://www.facebook.com"

Constructors

Instance Method Summary

Instance methods inherited from class Socialmail::Base

has_account(is_registered : Bool) has_account, user_agent user_agent

Constructor methods inherited from class Socialmail::Base

new(module_name : String, email_address : String) new

Constructor Detail

def self.new(email_address : String) #

[View source]

Instance Method Detail

def create_body #

[View source]
def do_req #

Notice: This request is NOISY! It will send account recovery email to the target. We can bypass this by trying to register account with the same email. xxx: impl technique via account registration


[View source]
def registered : Bool #

[View source]
def teq #

[View source]