0

I have integrated Google.Apis SDK in my windows phone 8.1 store app. I have not found any API to share interactive posts on google+.

Is that API is available in Google.APis SDK? If yes, Which one?

For iOS GPPNativeShareBuilder is used for sharing.

For Android PlusShare.Builder](https://developers.google.com/+/mobile/android/share/interactive-post) is used

How to do this in Windows Phone 8.1 runtime app?.

Thanks

Community
  • 1
  • 1
vITs
  • 1,651
  • 12
  • 30

1 Answers1

1

Although a native solution does not exist for Windows, you can still build share links by sending a user to:

http://plus.google.com/share?url=<URL>

For example, here's a share to this post.

Community
  • 1
  • 1
class
  • 8,621
  • 29
  • 30