Posts by Fabio Ferreira • 21 points
3 posts
-
0
votes1
answer60
viewsA: How do canvas toDataURL work on images on another server?
I solved the problem. Just do: img.crossOrigin = "Anonymous";
-
0
votes1
answer60
viewsQ: How do canvas toDataURL work on images on another server?
I have a Facebook app where I get a picture of the user’s profile. How to paste this image over another one by making a montage to be then shared on fb itself. The canvas toDataURL method does not…
-
2
votes0
answers56
viewsQ: Facebook application shares the link but does not show in the feed
I created an App to share a link using the method feed. Everything worked well but the shared link only appears on my Timeline, does not appear in the news feed, IE, only I can see it. Note: I was…