Google.Apis SDK: Google+ sharing in windows phone

穿精又带淫゛_ 提交于 2019-12-25 03:14:04

问题


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


回答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.



来源:https://stackoverflow.com/questions/28339060/google-apis-sdk-google-sharing-in-windows-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!