c# - Facebook allow access url and redirect for login -


hi,

how can programatically login facebook. have application - need url optaing facebook login page. after have getresponse()? why? have in order obtain token , have correct allow in order login?

you should use existing library facebook c# sdk (preferred) or official facebook developer toolkit. official toolkit isn't updated should use c# sdk more active.

don't try code scratch. asking tons of problems if do.

edit since wasn't totally clear, i'll these frameworks handle handshakes, tokens, building api requests , listening response automatically. don't try handle yourself. else did hard work.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -