Viewing Microsoft Graph activity - microsoft-graph-api

Sorry if this question is off topic. I have a tool in C# that works with the Microsoft calendar API using Graph.
Is there anyway that I can view the activity of the app that I wrote? It was a very long time ago when I create the app project and can't find out where the microsoft developer console is. :(
Thank you in advance.

I eventually found it:
https://login.microsoftonline.com
You can access you apps using this portal.

Related

API Service Form is failing

im trying to finish the YouTube API Services compliance review for our iOS app.
We resolved all open requests from YouTube a while ago. Sadly we cant reach our YouTube Service compliance review editor anymore. Applying again fails always with the comment that we submitted an irrelevant form. The Google support sent us here to get help.
Can somebody of the Google YouTube team give us further instruction how to resolve this issue.
Thanks :)
Sven

Does anyone have the demo for exchange mailbox in iOS?

Hello I am searching how to use EWS in iOS.
I want to implement Exchange (maybe like the system mail app) in my mailbox app. But now after my hard searching, I still can't find the way to start. Does anyone have a demo or API? (Preferably a demo). Can anyone help me? Thank you in advance.
Please refer to the following link:
Developing Mobile Apps with Microsoft Exchange Web Services
Or Microsoft Graph API.

Xamarin google login

I'm trying to log the user into google and get a UserCredential for the youtube Api. I've made many research but all the informations i've found are outdated or arn't working on xamarin. Can somebody send a link to an updated documentation whitch work on xamarin android, an exemple (like a github) or describe here how to do it.
Thanks for reading.

Developer Dashboard Bug. No OAuth token for packaged app

Seriously, how do I do this? I've looked and Googled for two days, and it's not there.
I'm trying to sell an app through the Google Web Store. It is a packaged off-line app, with a custom server backend.
I think to do this I need the Licensing API, and that says I need an OAuth Token. I'm following these instructions to get the token.
Here are screenshots of my view of the Chrome App in the Developer Dashboard. My app's id is: lhhdccfgjpdaidjegbioednlnlidefno
I figured out app needs to be "public" to get the "Change Pricing"
button. Ok. Changed it to Chrome Web Store Payments.
After setting the pricing to Chrome Web Store Payments, I publish the app publicly,
but no OAuth token link appears. I don't see an option for this in
any of the UI.
How do I use the Licensing API with a packaged app?
Please help!
Mike
thanks everyone who read/answered this. The missing piece was here:
https://developer.chrome.com/apps/app_identity
Chrome has a browser API to call to get the token. There is no need to get it from the Developer Dashboard, hence I couldn't find it. I think much of the documentation is out of date and written before Chrome had the browser API for this.
This URL is likely a good example even for subscriptions. https://developer.chrome.com/webstore/one_time_payments
Thanks for your help!
Mike

Does MSN/Hotmail support OAuth?

I want to allow users on my website to import contacts from their hotmail account, using OAuth. Is it possible?
Looks like Microsoft is working on this at the moment: http://msdn.microsoft.com/en-us/windowslive/ff688938.aspx
They already have the OAuth WRAP (http://msdn.microsoft.com/en-us/library/ff750690.aspx) library that you can use to connect Windows Live services, however it is in beta and is not freely available (you must join the beta program).
Anyone has any info on how long might this take?
We wrote up a detailed timeline of all of the changes that have happened over Microsoft regarding their contacts API and OAuth here:
http://www.cloudsponge.com/news/2013/11/29/300-percent-increase-in-outlook.com-import-conversions/
Have a look at http://msdn.microsoft.com/en-us/library/ff749458.aspx. I've tried to get my "MSN Invite contacts" function working right now and that's what I've found this far. Works excellent!
Playing with hotmail OAuth:
http://pmsenthilkumar.blogspot.jp/2012/01/playing-with-hotmail-oauth.html
(Links to: http://msdn.microsoft.com/en-us/library/hh243649.aspx)

Resources