Google Task API No More Shows Tasks created via API on Calendar - google-tasks-api

When creating tasks via API those tasks do not appear in calendar, but are only visible in sidebar section of tabs.
Just few days ago all seems to be working correctly, so this could be some bug or their sudenn change. How to find that? How to notify google api of the issue?

Closing as the issue is already been filled.
https://issuetracker.google.com/issues/133809207

Related

Was the instagram story webhook removed?

I've been setting up the Instagram business api access and have for the past few days been setting up the webhook for story insights. When I went to go run a test today the section is no longer in my webhook dropdown. The only thing that has changed since yesterday is that we added the Marketing Api.
After doing a bit more research it looks like this is a known issue though it isn't included in the depreciation changelogs. Facebook says they are looking into it https://developers.facebook.com/bugs/553848658320920/.

Messenger Webhook subscription for other pages

I have a problem with Facebook webhooks. The page/feed webhook works fine (triggers without any problems) for any page that authenticates with my app.
But the problem is that messenger webhook works only for pages that are managed by the owner of the app, pages from other users don't work, even in development mode, when these people are added as Developers/Testers. I'm trying to create an integration for an external ticket system that will support adding messenger messages as chats/tickers on the inside. As I said before everything works fine for feed and also for messenger but only if integrated page is managed by app owner.
Is there a possibility to overcome this at all? Or is it done like this by design and won't work this way ever?
I can't seem to find anything about this, so I decided to write here, maybe someone will know something.
Turns out that were permissions missing - for "outside" usage except manage_pages,publish_pages you also have to add read_page_mailboxes,pages_messaging,pages_messaging_phone_number permissions and everything stars working if it is configured properly.

Facebook Open Graph not publishing to profiles which dont have timelines activated

Steps:
Our app recently switched to using App Access Token for open graph. Following is the URL using which the action is being published:
https://graph.facebook.com/FACEBOOKID/namespace:action
The publish works fine and id is being returned. Also following url returns the app activity with the details of new activity that was created using URL above:
https://graph.facebook.com/FACEBOOKID/namespace:action?access_token=app_access_token
Problem:
Activity published is not visible on old Profiles that dont have timelines activated. It used to work fine when access token was being used instead of app access token. Switching profile to use timeline shows the activity though.
I have been googling to find if anyone else is facing the same issue but havent been able to find concrete answer. Am i missing something in terms of app configuration or is this a known behavior? Thanks in advance for all the help.
Timeline will become mandatory for every user soon, so I wouldn’t worry about this much …

Publish Actions and Aggregation Management

We launched Facebook Timeline integration some days ago. Further to our users' feedbacks, we have a couple of questions.
How many actions do someone has to publish on Facebook to see them grouped together in a dedicated Scoop.it box instead of Recent activity box?
Is there a setting to showcase that box at the top of the Timeline each time a new post is published (because right now it is stuck in the middle of the Timeline at the same spot where it first appeared)?
Is there any way to manage the aggregation display on Facebook? (not just the template to be used, but the position inside the timeline)
Thanks a lot guys.

Facebook Connect - Add events to an Events Page (not profile)

I have created Facebook pages with an events tab. I am currently trying to add events to this events page via the Facebook connect API but can't work out how do it.
I can add events to my profile no problem.
Can anyone tell me how to add events to a page, is it possible?
Alternatively is there a way I can add an event to my profile and have my page automatically pick up this event (I can't see anything in the settings for this?).
Any help very much appreaciated!
Thanks
C
Current API doesn't support this as far as I can see.
There is an API function which is in beta at the moment (but doesn't seem to be working as
yet) which according to the documentation is designed to publish a post into the stream on the wall of a user, group, page or event, so this should provide the functionality needed.