0

I tried create login method from this tutorial C# - HttpWebRequest POST (Login to Facebook). But it's not respond coockies so I'm still not signed. There is new way to do this?

Community
  • 1
  • 1
Danny
  • 11
  • 1
  • 4
  • 1
    You are not supposed to login to Facebook using any such automated tools, and Facebook is actively taking measures against it. If you want to interact with Facebook – use their API. – CBroe Dec 03 '15 at 12:02

1 Answers1

0

Danny, these question which you mentioned is old, it was asked 4 years ago and a lot of has changed in Facebook.

As @CBroe said, Facebook is trying to block every activity apart from their API.

Check this documentation FB Documentation there is solution to your problem.

Icet
  • 678
  • 2
  • 13
  • 31