I am trying to post a graphics file to Facebook.
At the moment I have a Python script sending an email to Gmail, then using that to trigger an IFTT sequence that posts the picture. The only problem is that the email has to contain the URL of the image rather than the image itself.
Anyone know a way round this?
I have looked at the facebook SDK but that seems to require me to register as a facebook developer and also requires me to specify the URL of where the commands will be coming from. As this is not going to be constant I don't think this is the right route. Anyone disagree with this?
Thanks