sitecore-social-connected

Updating Sitecore Social Profile into an external system

只谈情不闲聊 提交于 2019-12-23 03:59:10
问题 We are using the Sitecore Social Connected Module version 3.0 with Sitecore 7.5. Everything is working fine, in the sense that we log the user in and see the profile information stored into MongoDb. However, there is a requirement to also store the profile information into a separate system. I've successfully been able to do this by tapping into the following social module events: <event name="social:connector:user:loggedin"> </event> <event name="social:connector:user:socialprofileattached">

How to turn off “Use Strict Mode for Redirect URIs” in facebook app

六月ゝ 毕业季﹏ 提交于 2019-12-08 16:49:13
问题 Is there any way to turn off the option Use Strict Mode for Redirect URIs in a Facebook app? It seems that as of March 2018 this property automatically is turned on and is greyed out so cannot be disabled. Facebook seems to disallow authentication unless the exact URL is mentioned in Valid OAuth Redirect URIs . This is a problem because the Sitecore Social Connected module seems to pass in a different state parameter in the query string each time you log in. I have tested using the Redirect