Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有站点登录而不是社交登录的 Gigya 插件(评级/评论),但在我使用 socialize.notifyLogin() 登录用户后,该插件将无法识别登录用户。我收到的响应表明 Gigya 知道用户并将用户识别为已登录,但插件仍以注销版本呈现。我假设这是一个常见的场景,但没有找到任何这样做的样本。是否需要拨打电话通知插件用户已登录?
不要忘记发送 userinfo 对象:
ex:userInfo: { firstName: "David", gender: "m", age:30 }
在这里阅读更多。