Live API fails intermittently - live

I've been using the API to retreive user information for many months now. Today it is intermittently timing out. Who do I contact for support on this?
https://apis.live.net/v5.0/me?access_token=[TOKEN]

it's part of the microsoft office 365 api, so the vendor is microsoft.
https://msdn.microsoft.com/en-us/library/office/dn659736.aspx
microsoft links to the https://stackoverflow.com/questions/tagged/ms-office tag for this api, so you should also add this tag to the question.
maybe you find help in the microsoft blog https://blogs.office.com/dev/

Related

How can you set Skype for Business status when in a Teams call automatically?

I've hit a wall so I'm asking my favorite community. I created custom Skype for Business activity statuses for Teams so when you are in a Teams call, you can manually set your status in SfB to "In a Teams Call". After searching for many days, i still have not found a way to auto set this status. Is there maybe a plugin for SfB or a service to run for this feature? This is for SfB (On-Prem). I primarily script in PowerShell but any guidance would be very appreciated.
#John, Microsoft Teams replaces Skype for Business Online as Microsoft’s professional online meeting solution. For more information on this please check this document.
To get/set up user status, you can use Presence Graph API's. For more information on Presence Graph API, please check this API docs
I created a windows service to check my Teams presence using the Graph API. If it returns InACall, I use Skype for Business Modules to set my activity to In-A-Call.
Sample code:
https://schmalhorstorg.blogspot.com/2020/04/powershell-set-skype-for-business.html

Yahoo YQL yahoo.finance.historicaldata returning empty results

I have developed and tested with the this API last week. Today I am noticing I am not receiving any results even from the sample query.
https://developer.yahoo.com/yql/console/?q=show%20tables&env=store://datatables.org/alltableswithkeys#h=select+Close+from+yahoo.finance.historicaldata+where+symbol+%3D+%22EUR%3DX%22+and+startDate+%3D+%222015-09-11%22+and+endDate+%3D+%222017-03-10%22
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.historicaldata%20where%20symbol%20%3D%20%22YHOO%22%20and%20startDate%20%3D%20%222009-09-11%22%20and%20endDate%20%3D%20%222010-03-10%22&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys
Anyone else experiencing this?
Unfortunately Yahoo! decided to discontinue their historical data API :-(
Taken from the yahoo finance forum: https://forums.yahoo.net/t5/Yahoo-Finance-help/Is-Yahoo-Finance-API-broken/td-p/250503/page/3
Nixon (Official 'Hoo staff) posted:
Hi All - This feature was discontinued by the Finance team and they will not be reintroducing that functionality.

I can no longer select my QBO company in the API Explorer

I have been developing an app using the QBO v3 API, and everything has been fine until this morning. Now, when I am in the API Explorer, instead of a dropdown to select which of my QBO companies to use (I currently have four), I get a message that says "You're logged in with an account that does not have a QuickBooks Online subscription. Please try another account."
The only thing that I have done since the last time it worked was that I was signed out from inactivity, and I signed in again. I have signed in to my actual QuickBooks Online company (using the same login info) and I can still get in to the company and use QuickBooks Online for all four of my companies, just not the API Explorer.
Has anyone had this problem before? Any ideas?
Intuit did finally respond to me. This was a problem on their end that I had no control over.

Trying to find email ticket system

Im looking for an email ticket system, with an API. I have downloaded osticket, but it don't have an API.
Any recommendations?
http://mailchimp.com/
This is a really awesome service that has a great API.

How Do You Access Bank Deposits in the QuickBooks Online API?

I'm getting started with the QuickBooks Online API, and between the documentation and Intuit's API Explorer, I can't seem to figure out how to query for bank deposits. I thought it would be in journal entries, but it's not there. I'm looking for simple deposits that are categorized to an income account.
Deposits are not supported in QBO V3. I see you have already raised the query on our community.
While I can't pull down the link in Keith Palmer — Consolibyt's response to this related question (as I'm asked to login to something), it appears that v2 of the API didn't support them either, so it's not obvious that this feature is actually on the roadmap.
It's hard to believe there's really no way to access every type of transaction that can touch the GL, but I haven't seen any information to the contrary.