DotNetOpenAuth CTP - Facebook bad request

前端 未结 5 576
灰色年华
灰色年华 2020-12-23 18:41

I am trying to use the CTP to connect with Facebook over OAuth 2.0.

I can get the initial request to Facebook working OK, but when it comes back and we call:

<
5条回答
  •  隐瞒了意图╮
    2020-12-23 18:44

    Iain's solution is finally something I made this thing work with.

    There is one note for future implementers - seems like Facebook ID property is now exceeding capacity of Int32 type. You might need to change this in FacebookGraph class, I used plain string.

    Thanks Iain, your code really helped me!

提交回复
热议问题