vstirbu / InstagramPlugin

Instagram plugin for PhoneGap/Cordova
MIT License
120 stars 78 forks source link

include caption #53

Closed leonardofrmello closed 8 years ago

leonardofrmello commented 8 years ago

It has possibility to include caption?

My code, i use var caption and it was not possible

function shareOnInstagram(){ var caption = "RioMar Natal" Instagram.share('canvasDrawImage', caption, function (err) { if (err) { //alert(err); } else { //alert('imagem compartilhada com sucesso'); } }); }

vstirbu commented 8 years ago

Cannot be done. Instagram removed that feature from their apps. More details here: http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing.