somewhere in my controllers I have:
pic=fetch("https://graph.facebook.com/"+str(event['id'])+"/picture?access_token="+access_token)
I get pic: jpeg stream - in response,but how do I upload a picture from some url directly to the db? -- Kuba
somewhere in my controllers I have:
pic=fetch("https://graph.facebook.com/"+str(event['id'])+"/picture?access_token="+access_token)
I get pic: jpeg stream - in response,but how do I upload a picture from some url directly to the db? -- Kuba