January 14, 2016
As part of my sixth assignment, I created an application called Facebook Picture Pixel Creator, which imported your profile picture from Facebook using Facebook Graph API and pixelated it.
This was not as easy as I expected, although I have to admit that I had some experience using Facebook API in the past. The difficult part was not in using Facebook API to fetch the data, but to integrate it with p5 Js. This was due to the fact that Facebook API loaded the requested data asynchronously, which was out-of-sync with how p5 Js operated.
The project can be viewed by clicking this link.
![]()
[ INCOMPLETE ]