bitlbee/bitlbee-facebook

Facebook signature login

Closed this issue · 2 comments

meta_inf_fbmeta=NO_FILE&adid=564f4a7f-f937-4cec-a07e-e9d32b0a1538&format=json&device_id=d5e4cf07-d65f-47d7-9232-f3db77060a42&email=username&password=pass&cpl=true&family_device_id=1a62e0ab-a52a-406b-8eb5-80b9c5b411a3&generate_session_cookies=1&generate_machine_id=1&locale=en_US&client_country_code=EG&method=auth.login&fb_api_req_friendly_name=authenticate&fb_api_caller_class=com.facebook.auth.login.AuthOperations$PasswordAuthOperation&api_key=256002347743983&sig=8b8a15e2ecd2d93410884e5c1bf4beba

i try to login facebook from C#
but i get message incorrect signature

i extract secret key from messanger = 374e60f8b9bb6b8cbb30f78030438895
now i can't get sig value ???

how to resolve this problem?

dgw commented

I think a better question is, what does this question have to do with bitlbee-facebook? It's not even written in C#, just good ol' C.

The signature is computed in fb_api_http_req in facebook-api.c. If that's not enough then I'm afraid I can't help you, maybe try asking in stack overflow?