How to detect special url android programmatically - input

i've bought an instagram downloader source code and it can download photos and videos and profile pictures from Instagram. It has an edittext to get the address of pictures and videos and profile pictures. i wanna limit getting profile pictures addresses i've no idea how to do that because i'm new to Android, please help me, thank you so much

Related

How to get other people or page video thumbnail from facebook?

is there a way you can get video thumbnail from another people video or post?
I tried searching in google and stackoverflow and all i found is getting your own video thumbnail which is working fine by using https://graph.facebook.com/v11.0/443055553744880/thumbnails?access_token=my_access_token but it is not working if i change the video_id to other people video_id (443055553744880 is the video_id). I want to get any public video thumbnail regardless of who post it, not just my own video. Is there anyway to do that?
Thanks in advance
No, that is not really possible.
For access to videos on pages you do not have admin access to, you would need the Page Public Content Access feature - only the purpose of that is to “Provide competitive benchmark analysis”, so it is probably unlikely you would get it approved for other purposes such as to show videos on your site.
And for access to any content on user profiles, you would need the individual user’s permission first.
If you just want to show the videos somewhere, then you can use the Embedded Video & Live Video Player for that, or the oEmbed endpoints.

Api to find out if a photo is clicked from photo or of a real person

I am working on an app in flutter that requires me to verify if a photo is clicked from a "non living photo" or of a "live person". Is there a way to detect it from an api or some plugin by looking at its exif data or something. Actually I also welcome the idea of doing it.
Elaboration:
I am doing face recognition of a person to authenticate some thing but the photo is recognized even if the photo is clicked from a photo and I want to avoid this. By the way I am using azure for Face Recognization
Thanks
It is said spoofing detection in Facial Recognition or liveliness of the photo. More explanation here:
https://towardsdatascience.com/anti-spoofing-techniques-for-face-recognition-solutions-4257c5b1dfc9

dropbox ios api - get thumbnails of all photos

I'm trying to implement my own dropbox photo chooser for iPhone, using dropBox SDK. I can't use the normal chooser because I have a different design.
At the moment I'm succeeding only in receiving meta data for all images, but I can't get thumbnails at all.
Is it a possible thing to do? thanks.
THis is probaby way too late but the new sdk has thumbail batch downloads.
Search for "GetThumbnailBatch" in the code.

Adding company logo to newsfeed sharing links

I have a native iOS & Blackberry App. You can create personalized videos.
When people share their video clip on Facebook, I would like the company logo and the accompanying link to go through to our website (not FB App page).
Instagram, Blackberry and Twitter all do this.
For e.g. when someone uploads an Instagram photo - it has the Instagram logo, with link to their website underneath the upload.
Do you know how I can do this? Any help would be greatly appreciated.
Thanks
First your Facebook app will need to request manage_feed permissions from the user. Once you have manage_feed, you can http POST the posting using the Graph API to put the stream item into their feed. See https://developers.facebook.com/docs/reference/api/post/ for further info.

How to upload scores on facebook after win a game in iPhone?

I just completed my game. ( well not 100%). I am at the upload on facebook part. Could you guys share any resource or knowledge how to implement it please? after finish the game, i will have a button called: upload on facebook. click that and it will straightaway show the log in page for me to enter the username and password. Then I will be able to upload my scores for that game. Hmm yes this is a question of mine too, how to upload the scores?
I really appreciate for any helps
Check out Facebook Connect for iPhone