Both methods pin() and upload_pin() create new pins as the "Save from Website" . This pin is created differently from the "Create a Pin", I don't know why. The title is missing, for exemple (even if it had the title input). It doesn't tag my own account etc.
I don't like it. I would like to create a regular pin. Do you know how can I achieve it?
I tried sending a local image path instead of a image url to resource/RepinResource/create/ but it didn't work. I didn't find any documentation from where you got the endpoints.
Both methods
pin()
andupload_pin()
create new pins as the "Save from Website" . This pin is created differently from the "Create a Pin", I don't know why. The title is missing, for exemple (even if it had the title input). It doesn't tag my own account etc. I don't like it. I would like to create a regular pin. Do you know how can I achieve it? I tried sending a local image path instead of a image url to resource/RepinResource/create/ but it didn't work. I didn't find any documentation from where you got the endpoints.and