socketry / async-http

MIT License
298 stars 45 forks source link

How To Request Login Forms ? #33

Closed malwareslayer closed 4 years ago

malwareslayer commented 4 years ago

very confused how to post login forms.

ioquatix commented 4 years ago

Is the form expecting URL encoded data?

malwareslayer commented 4 years ago

no, i just want to how login facebook using this

ioquatix commented 4 years ago

You would need to refer to their API documentation. Once you know what endpoint you want to use, let me know if you are still having problems.