Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

How to let user to tweet in their Own account from my Hololens App?

I would like to post screenshot from Hololens to twitter. I have tried it with Twitter API and with help of [https://www.assetstore.unity3d.com/en/#!/content/536] and C#: Upload Photo To Twitter From Unity. It's working perfectly. I can upload photo in my Account via Unity in my App with using OAuth.

But as I mentioned before I would like it for my Hololens App, I have to build it but when i am trying to build it gives me an Encryption Error." error CS0246: The type or namespace name 'HMACSHA1' could not be found (are you missing a using directive or an assembly reference?)".

Secondly, I want let users/clients, (who use my Hololens Application) upload the screenshot from Hololens to their own Twitter Account. Right now i have my Secret key and Consumer key in my App so i will get this photos. But i want to give them access to send photos in their account. for example, when they want to share photo from app they click twitter Button(which I have put in my App) and then it should ask for UserID and Password.

https://twittercommunity.com/t/how-to-tweet-on-users-behalf-they-supply-their-twitter-login-details-such-as-hootsuite-does/9202

should it possible with Twitter API? or I should try any Other way.

I will glad to get Help from you Guyss.

Thanx.

Sign In or Register to comment.