Google Plus API für PHP, Python, Java und .Net (inoffiziell)

Während die offizielle Google Plus API weiter auf sich warten lässt, sind inoffizielle und von Dritten entwickelte Schnittstellen in mittlerweile bereits vier Programmier- und Skriptsprachen (PHP, .Net, Java und Python) zum Download verfügbar.

Der Funktionsumfang ist naturgemäß noch stark eingeschränkt, und ist begrenzt auf das Abfragen und Scrapen von Google+ Inhalten. Die PHP Schnittstelle für Google+ bietet beispielsweise grundlegende Funktionen für das Parsen von Profilen, Circle-Zugehörigkeiten, Posts und Attachments an:

  • 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

Quelle: https://github.com/jmstriegel/php.googleplusapi

Ähnliche Funktionen stellt auch die Google+ Java API zur Verfügung:

  • getPerson(id) – returns the basic details of a person
  • getPosts(id) – returns the last few public posts from a person
  • getFollowers(id) – returns the list of followers this person has
  • getFollowing(id) – returns the list of people this person is following

Quelle: http://code.google.com/p/javaplus/

Weitere Google Plus API Entwürfe von Entwicklern stehen für Python(https://github.com/russellbeattie/plusfeed) und Visual Studio.NET(https://github.com/gyurisc/dotnet.googleplus) auf der Social-Coding Plattform GitHub bereit (via Jason Striegel).


     

Kommentar:
















Trackbacks