Python Aliexpress API promoLinkGenerate - python-3.x

I'm traying to generate Affiliate links via de Aliexpress API but i could not get any wrapper that's updated or any page that can help me with this.
the only one seams to be 3 years old https://github.com/EitherSoft/python-aliexpress-api-client
Is there any i'm missing?

Related

Instagram API - get own posts for website

I read through all the dev docs stuff at https://developers.facebook.com, but I found no simple solution to solve that one simple question. I want to display my own posts detail at my website. Is that even possible?
This is possible using IG Basic Display API and the GET /{user-id}/media endpoint
You will need to build a Login flow which is described in the Get Started guide
https://developers.facebook.com/docs/instagram-basic-display-api/getting-started
https://developers.facebook.com/docs/instagram-basic-display-api/reference/user/media

can't post on facebook with selenium (python)

I was able to post on Facebook some days ago with selenium(python)
I could find post text Box with this below method
driver.find_element_by_xpath("//textarea[#name='xhpc_message']")
but it seems Facebook has made some changes recently so it's not working anymore. and I am not even able to post any link with https or www anymore with
element.send_keys("https://.....");
I have tested manually It's working but not with selenium(python)
so any way to work around it, any help

Instagram - Get post comments

I did create a client in Instagram API but I'm in sandbox mode. My wife have a makeup store account and she is doing a giveaway and the rules is comment a post and mention another 3 friends. So, how can I get all the comments of the photo using or not Instagram API?
We have a web application in: www.beautyglamsd.com and I though that I can put the people that already are in the comments.
You can use service like this one to host your giveaway (works for Instagram, Youtube, Tiktok and VK). You can automate all tasks and save your time (check for like, follow, sponsors).

Is instagram users/self/media/recent API deprecating? [duplicate]

This question already exists:
Instagram/Facebook deprecating many APIs [duplicate]
Closed 4 years ago.
As a result of their Cambridge Analytica damage-limitation, Facebook have just announced a bunch of immediate changes to the Facebook APIs and the Instagram APIs.
I have a running project that makes heavy use of Instagram API users/self/media/recent
Reference Link: https://www.instagram.com/developer/changelog/
According to this reference url, api /users/{user-id}/media/recent is depriciating soon, So in my case I am also making use of /media/recent api but on {self} and not using {user-id}.
So my question to you guys is - Are both of these API's same and both are going to be discontinued? (I strongly hope thats not the case :) )
If yes, then what is the possible alternate to fetch instagram recent user feed?
Thanks in advance.
yes, you can get this data
check this link
https://www.instagram.com/selenagomez/?__a=1
just change your username and you will be able to fetch data
They are the same (when using 'self' obviously), it will be deprecated
sometime in the future but not just now, I just tested them and it
works
https://api.instagram.com/v1/users/self/media/recent?access_token=[YOUR_ACCESS_TOKEN]
This endpoint is now retired, so this response is no longer valid. Should I delete or just let this edit ?
This API endpoint like all old Instagram API will be deprecated. You can read the note here: https://www.instagram.com/developer/
They are migrating to Facebook Graph API. I believe that all developers using old Instagram API will have to migrate at some point to FB Graph API. Currently there is no support for fetching media from regular users. FB Graph API is running only for Instagram Business Accounts.
Most probably they will add support for regular Instagram accounts in the future. They are adding new endpoints so sooner or later equivalent to /users/self/media will be available in Graph API.

Cannot register a new client ID with Instagram Developer [duplicate]

This question already has answers here:
Instagram captcha error on new app creation
(16 answers)
Closed 5 years ago.
I am wanting to use instafeed.js on my site and need a Client_ID from Instagram.
I have watched countless tutorial videos, and know I am populating all the required fields. But am still having no success trying to register a new client with Instagram Developer.
I am definitely not entering the captcha incorrectly but I keep receiving the same error message over and over:
note: I am using my actual url, and not the url in this example.
Any help would be much appreciated.
I found a work-around for this:
There is an error with Instagram's captcha module on form submission. I got the form to successfully submit the first time round using Mac OS Sierra 10.12.6 in Firefox 54.0.1.
No version of Safari or Chrome would work for me.
This resolved the error:
The captcha solution was not correct. Please try again.
Submission error: please fill out all required fields.
Hope Firefox solves the issue for all.

Resources