upload base64 image facebook graph api how to use this script
问题 Upload Base64 Image Facebook Graph API i want to use this script that link is attached how i can use this in my wordpress post? i want to use this for fbcover photo site. 回答1: Take a look at this code I hacked together from various examples - you can use this to post a pure base64 string to the Facebook API - no server side processing. Here's a demo: http://rocky-plains-2911.herokuapp.com/ This javascript handles the converting of a HTML5 Canvas element to base64 and using the Facebook API to