Can not get data of previous 2 days from Youtube Reporting API - youtube-analytics-api

Today is 19th May, I can get data before 16th but nothing for 17th and 18th from youtube analytics API, is there something wrong?
https://developers.google.com/youtube/analytics/reference/reports/query?apix_params=%7B%22dimensions%22%3A%22day%22%2C%22endDate%22%3A%222020-05-17%22%2C%22ids%22%3A%22channel%3D%3DMINE%22%2C%22maxResults%22%3A10%2C%22metrics%22%3A%22views%22%2C%22startDate%22%3A%222020-05-17%22%7D

Related

What timezone is Facebook Graph API using?

Cannot find this in Graph API documentation or in any FB settings, I'm in UTC+1 currently, looks like responses I get are in UTC.
Made a post this morning at 11:48 am EST. Display on FB page says 11:48 am.
Graph API says 16:48 so I'm thinking that the created_time is going to be in UTC.
I saw a post or two that said they use UTC-8 which would be pacific standard time, but according to what I'm looking at on FB and on the Graph API, I'm seeing UTC.
hope this helps!

Facebook Marketing API, retrieving ad hourly_stats_aggregated_by_advertiser_time_zone analytics in the past

I'm build historical database for facebook adaccount analytics.
In our query, we set breakdown to 'hourly_stats_aggregated_by_advertiser_time_zone' and aggregate insights later.
Problem is some ads in the past seem not support this breakdown and return empty so i just want to know from which time in the past this breakdown can be applied?
Thanks
Since 12th of April 2016 the v2.6 of the Facebook Marketing API supports 'hourly_stats_aggregated_by_advertiser_time_zone' breakdowns
Visit:
https://developers.facebook.com/docs/apps/changelog?locale=us_EN
for further information

API LIKES facebook

Since trying to get help from FB is pointless I thought I would give this a shot.
I have a business page. I have run several ads and targeted foreign countries/languages. Page was opened 11/15 and by April 14 2016 I had roughly 1000-1200 followers-likes.
On April 15 my page likes shot up and kept doing so for approx 2.5 weeks. In that 2.5 week time frame I gained about 5000 followers which I now believe to be fake. They don't engage with anything and it is really killing my page. When I check my page analytical details it shows that those 5000 page likes are API Likes.
What does this mean? I am assuming that some like farmer has latched onto my account due to where I was boosting posts to and is now liking my page through all his fake profiles so he can keep them looking real.
My question is if I delete all the fakes will I be OK to continue using the account or should I close it and start over?

cant get tweet on twitter with twitter4j since 15 June 2015

a week ago, I can get tweet and information users twitter using search and streams from twitter4j, but now can not took this data again. why? only out
"BUILD SUCCESSFUL (total time: 5 seconds)"

Getting more than the last few days from /home or stream table in Facebook API

I've been working with the home graph api as well as the stream fql table and I am hoping to get the last week or two of a user's news feed. So far using large limits (5000 which is the max) and timestamps to try and fetch posts from the last two weeks (using until and since for home and created_time > in the stream table), but I only ever get the last 2 or 3 days of news feed posts, around 200-300 posts.
Has anyone else encountered this? Is there a way to get a whole week? I realize that Facebook is going to limit the api and prevent apps from fetching years or even months of data, but 2-3 days doesn't seem very useful.
Now that I've waited a few days, it appears that I can still only get posts back to April 14th (this was as far back as I could go before), but the 14th is now a week ago and not 3 days ago. I believe that is was due to this bug where some posts would cause the news feed api to return an error. I believe Facebook fixed the bug and put a limit in the api after their fix to prevent further issues.