phpcodeigniter-3google-plus-domains

Php Google plus domain api delete post and comment


I am working in a project where i am showing Google plus user posts using php Google Plus Api Sdk. I have a problem. How to insert post and comments? How to delete post and comments?

Please Help me.

Thank you


Solution

  • Google+ != Google plus domains

    You have tagged your question both Google+ and Google+ domains which are two very different things.

    Google+ API for the socalmedia site.

    The Google+ api is read only, you can only get data. There is no insert or delete functionality. You can only read what a user has put on Google+

    Documentation Activities about.

    An activity is a note that a user posts to their stream. Activity methods enable your application to list a collection of activities, get an activity and search through activities.

    Google Domains API

    With the Google+ Domains API, G Suite customers and ISVs can build custom Google+ functionality and services for people who use Google Apps at college, at work, or at home. Organizations can develop tools to interact with Google+ features such as posts, comments, and circles. These tools let your users share information, reinforce communications, and grow productivity within your organization.

    This allows for Select, insert update and delete of posts to the domains page.