0

I am trying to build an Alfred workflow to search for my own, most recent posts on google plus. The hyperlink for a search is pretty easy https://plus.google.com/u/0/s/ , but how do I restrict it to my own and most recent posts? I can do this manually by selecting my own and most recent, but that doesn't change the corresponding hyperlink.

any thoughts?

Myrne Stol
  • 11,222
  • 4
  • 40
  • 48

1 Answers1

1

You can use the activities.list API call with your user ID (which can be found in the link to your Google+ profile). This will return your public posts, sorted by recency.

Joanna
  • 2,176
  • 11
  • 16