bitlbee / bitlbee-facebook

Facebook protocol plugin for BitlBee
GNU General Public License v2.0
281 stars 49 forks source link

Facebook signature login #171

Closed likeforreal closed 6 years ago

likeforreal commented 6 years ago

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 6 years ago

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.

dequis commented 6 years ago

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?