Soundcloud Triggers - soundcloud

Can SoundCloud's API be used to generate a notification for any of the following events?:
Someone plays a track
Someone likes a track
Someone reposts a track
Someone comments on a track

Related

Once a user has shared a post to Facebook, is it possible to track site visits from that post and reward the original sharer?

I want to post a Facebook share link on the website. If someone visits the website by clicking on the shared post, I want to be able to track that in order to reward the original sharer.
My request seems similar to this request. However, the question is several years old, and I'm not sure if that method still works.
Thank you!

Facebook Webhooks with pages - only want to get posts

I'm using Facebook Webhooks with a an app subscription to a page.
I've it linked to functions in Firebase, and so far everything is running really well. However, the one snag is that its recording every comment, like and update! With a really busy facebook page thats not ideal! All I want is the latest posts sent by admins and if those posts are updated or deleted to trigger also.
Any advice?
Here is my request:
Any help would be greatly appreciated.
Many Thanks

Deezer Api - Get Related / Similar Tracks for a Track ID

Is there a way to get similar or related Tracks for a given Deezer Track-ID?
Soundcloud and YouTube both have such an service, but I can't find one in the Deezer Api Documentation.
Does anyone know the name of the api-endpoint for this?
Unfortunately, there is no endpoint to get the related tracks to a Deezer track ID. However, you can get the related artists like written in the documentation : http://developers.deezer.com/api/artist#connections

Delay a Facebook post using the Social Framework

I have a project that uses the iOS 6's Social Framework to post to the user's Facebook. All of a sudden, the client asks that I implement a delay between when the user posts the message and when the message is actually posted. The wall post is a sort of advertisement that the user is about to attend a 1.5 hour class at a school, and the client fears that if the user lets everybody know that they're about to be out of the house for a couple hours, somebody will break into their house.
Well anyway, I've poked at this for a while now and I can't see a way to do it. The Social Framework brings up a controller with the details of the wall post where the user can press a Post button. The problem is that I can't access this controller, and I can't find anywhere else to insert a delay. Does anybody have any ideas, or any way to manipulate the controller?
Thanks!
You can look into using SLRequest instead of the built in Share sheet Apple provides to post the status.
Take a look at this link to send the post
And here is the documentation for SLRequest

Tracking conversion rate of users who clicked on facebook posts

I have an application that posts on the users' friends walls. clicking on the wall post will cause the user to navigate to out website.
I want to track how many users signed up for the website having reached it by clicking on a facebook post. Is there a way to do it using google analytics and if so how can it be done?
When you post something to the user's wall, add the ref parameter in. When someone clicks on the link, the ref parameter will get sent back to your site so you know the user came from facebook. Then it's up to you to detect this and log it in Google Analytics.
You should be using Facebook Insights to track stats like this. You can read lots more about it here:
https://developers.facebook.com/docs/insights/