我正在使用此网址https://plus.google.com/s2/photos/profile/(user_id)?sz=150 在Google应用引擎应用中获取当前连接的用户个人资料图片,但这不起作用以下是我的代码示例 我的问题是两颗星之间的界线
<span class="pull-right">
<% if (userService.getCurrentUser() == null) { %>
<p><a href="<%= userService.createLoginURL("/help") %>">Sign in</a></p>
<% }
else { %>
<p><%= userService.getCurrentUser().getNickname() %>
**<img alt="user profile" src="https://www.googleapis.com/plus/v1/people/<%= userService.getCurrentUser().getUserId() %>?sz=10">**
<a href="<%= userService.createLogoutURL("/home") %>">Sign out</a></p>
<% } %>
</span>
我需要正确的方法或任何建议,谢谢
答案 0 :(得分:0)
什么不行?
如果您想获取用户图片和其他详细信息,请查看“个人资料”API
https://developers.google.com/google-apps/profiles/?csw=1#photo_management