Extract user data from a facebook link - wordpress

I am creating a website that allows users to post a picture to their wall that is linked to an interactive version of that post (the wall post/picture is basically a screen capture of this interactive content) in a unique URL. I want to be able to gather profile data from any user that clicks the link in Facebook and interacts with the content.
Is there a way to do this?
Thanks

No, without user authorization you canĀ“t get ANY data of users who click on a link on Facebook. Check out the Facebook docs for information about authorization/login: https://developers.facebook.com/docs/facebook-login/v2.2

Related

tracking unique clicks with firebase dynamic links

I'm trying to create a function in my app where the user can share a link that redirects to either my website or the App Store. The user is rewarded if 5 friends click the link. So it requires that the unique link I create with the REST API for that user be able to track and display the amount of unique clicks.
Google docs snippet
The doc states that it can track 'clicks' but not unique clicks which is no good for me.
Is this even possible or should I be looking at a different solution? Doing research, I've found apps that have this feature and in their T&C's it states that they use firebase dynamic links.

Filter out traffic clicking a certain link on website

My website contains a "login" link to the customer dashboard which is on another domain. We are on our way to freshen up the Google Analytics dashboard statistics and want to filter out the traffic which is clicking this link on our website from the dashboard statistics.
We tried a few options through filtering, but I think this has to be custom. Is there anyone who can help us with this?
Cheers.
Well the easiest thing here would be making a bitmap session or user-level custom dimension (or a normal one, I'm just trying to save space) and indicate in it whether the user clicked the login link. It can be done very easily in GTM.
After that, you additionally filter the traffic in your dashboard by that custom dimension.

Using Instagram API to automatically show recent user images by username?

I have a feature on a WordPress website that I'm working on where an Instagram feed is displayed on a user's page. They are able to enter their IG username. I want to be able to simply display the last 10 images from their feed. I would do this manually but there will be many, many users on this website.
I'm not clear from their documentation how to do this in an automatic way. I can show a feed for an individual account if I register via that account on the Instagram Developers page, create an access token, and figure out my client ID. This is a manual (and tedious) process as far as I can see.
I tried even looking if I can scrape the Instagram page as the format is just https://www.instagram.com/username but they almost appear to obfuscate the class names to prevent this.
Is there no way to simply (via a plugin or otherwise) just poll Instagram for a certain public user's images and return them?

Several Facebook Like button on a page

I am looking to place many Facebook like buttons on a page which i want they to allow me to post to facebook wall of the user who logins through them. Can some one point me on where to find this workflow for .NET. I wish the user clicks on a Like button log ins then with the access token post to wall the content. later if he clicks on other like button it will just post to wall: image test,...
Is this possible? whew can i find code example?
thanks in advance

what to put in the ActionImage[] part of OpenGraph?

I'd like to integrate an application where users post photos on my site and relate that photo to this particular group that they were invited on.
I'm looking at this Opengraph console from Facebook and it says ActionImage[]. Do I link an actual sample of a photo from my site here or do i just write a mock url of the photo?
in your params do image[0][user_generated]=true&image[0][url]=imageurl for example...

Resources