how to intergrate social networks in wp8?

Hi all,

I’m using cocos2d-x v2.2 developing wp8 games. I want to add the support for social network, like weibo and facebook. Unfortunately, it seems that the existing sdks can’t be called from native code.

So how can I make this?
Thanks!

you can have a look at the link [[https://github.com/koowolf/cocos-docs/blob/master/manual/framework/native/gui/WebBrowser/zh.md]] for your reference. Your problem is just how to use c# class in c++, choose XAML project.

thanks!