Giter Club home page Giter Club logo

php.googleplusapi's Introduction

An unofficial Google Plus API. Right now this consists of the following:

PHP Classes
-----------
GoogleUtil - functions for parsing the almost-JSON that Google Plus produces
PlusPerson - a person entity in Gooogle plus that can be stored to a local mysql DB
PlusRelationship - a relationship between people in Google plus. This does not contain any circle context
PlusPost - a post to a user's activty stream
PostAttachment - encapsulates a media attachment to a post


Tests
-----------
tests/plususer.php?plusid=xxxxxxxx - demonstrates loading and caching users, as well as traversing the social graph
tests/plusactivity.php?plusid=xxxxxxx - demonstrates loading and caching public posts from a user's activity stream


API
-----------
api/getplusperson.php?plusid=xxx - JSON(P) API for retrieving profile data for a person.
api/getplusposts.php?plusid=xxx - JSON(P) API for retrieving post activty for a person.


Installation
------------
1. Copy includes/config.inc.editme to /includes/config.inc
2. Edit config.inc with your path, url and mysql information
3. Import the sql tables in the sql/ subdirectory


TODO
-----------

- create getters for the rest of the data fields into the PlusPerson and PlusPosts objects
- do something interesting with all of this

php.googleplusapi's People

Contributors

jmstriegel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

php.googleplusapi's Issues

Plus One Activity On Websites

I see the the user's +1 activity on websites is returned in the JSON response - would be good to have a way to extract all the websites a user has +1'd and store to database as well?

Coder API Library

I am new to using Coder on Raspberry Pi and would appreciate some pointers.
Where can I find API library for peripherals e.g. UART, I2C, SPI?
How do I stream data to from browser to Pi server?
How do I steam data from Pi sever to browser?

Thanks

Development

Hello,

As far as I can see, this is less of an actual API and more of a method of extracting data from GooglePlus streams and profiles. There's no way to post, authenticate or work with an authenticated user. Still, it's more than what Google offeres.

My issue is that in its current form the business logic (which should only relate to extracting the data) is mixed not only with the data model but also with the database-related functionality as well. It would be much nicer to have separate classes: those used to represent data, those used to extract/parse/export data from GooglePlus and those that map them to db objects and read/write them to db.

Regards

Still

I guess is not working anymore since api went to read-only?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.