Facebook Authentication and strange redirect behaviour

前端 未结 1 1354
广开言路
广开言路 2021-01-05 02:59

I\'m currently testing an OAuth implementation of facebook connect using http://facebooksdk.codeplex.com.

I\'ve got a FacebookController with 2 simple actions called

相关标签:
1条回答
  • 2021-01-05 03:57

    Facebook has modified their authentication mechanism recently by adding this #= characters to the end of their response. The # symbol at the end of the string is actually creating the problem. So you can either truncate the query and do the redirect which will work fine.

    0 讨论(0)
提交回复
热议问题