In the latest spring social showcase code, I noticed at least a few changes since the last version I was working with (from a few weeks ago):
On the signin form there is now this javsacript call:
I haven't looked into what that's doing specifically but I'm curious what that is replacing from the old code?Code:<script src='http://connect.facebook.net/en_US/all.js'></script> <script type='text/javascript'> FB.init({appId: '0b754d95f9c9899b0d6c4454b6f2dde7', status: true, cookie: true, xfbml: true, oauth: false}); </script>
I also noticed that old code had in the signin with facebook form:
But in the current signin with facebook this is no longer included?Code:<input type="hidden" name="scope" value="email,publish_stream,offline_access" />
Thanks for any clarification


Reply With Quote
