简体   繁体   English

谷歌的嗡嗡声PHP API来存储多个嗡嗡声帐户并发布到所有帐户

[英]google buzz php api to store multiple buzz accounts and post to all accounts

I have an application where i want to integrate multiple buzz accounts to the one site. 我有一个应用程序,希望将多个Buzz帐户集成到一个站点。 So that when i publish something on the site i want it to go to all the buzz accounts. 这样,当我在网站上发布内容时,我希望它进入所有热门帐户。 Is this possible?? 这可能吗?? If possible then can anybody provide some example code. 如果可能的话,任何人都可以提供一些示例代码。

well, you can't do this in a single request. 好吧,您不能在单个请求中执行此操作。 But you can certainly perform multiple calls to the Buzz API , one for each profile you want the content to be posted to. 但是,您当然可以对Buzz API进行多次调用,每个调用都针对您要将内容发布到的每个配置文件。 An example of creating a post using the Buzz PHP Library can be found here . 此处可以找到使用Buzz PHP库创建帖子的示例。

Alternately, you could simply setup the site as a connected site on each of the Google accounts, and let the content flow in that way. 或者,您可以简单地将网站设置为每个Google帐户上的关联网站 ,然后以这种方式让内容流过。 You could additionally use PubSubHubbub on your site to have the content arrive into Buzz in real-time if you want. 如果需要,您还可以在网站上使用PubSubHubbub来将内容实时实时导入Buzz。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM