dqk77945 2013-06-27 07:01
浏览 43

Google+ API密钥确定个人资料,网页或社区的ID?

I want a PHP function that identifies whether the Google+ API is ID of a Profile, Page or Community.

  • 写回答

1条回答 默认 最新

  • duanqun7761 2013-06-27 22:28
    关注

    The Person resource that is returned by the people.get includes a "kind" field that specifies either "plus#person" or "plus#page." There currently is no official API support for Communities, though. You can see the full API specification at: https://developers.google.com/+/api/latest/people

    For PHP, the people.get call looks like:

    $me = $plus->people->get('me');
    print "Kind: {$me['kind']}
    ";
    

    This sample assumes a client object has been created. To learn more about creating a client, check out the starter: https://github.com/googleplus/gplus-quickstart-php

    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器