Friday, June 15, 2012

Facebook SDK

WOW, the facebook development kit is like a completely different language. Its so hard to understand. Ive been trying to make a basic facebook framework but to no avail. To get peoples pictures is like 3 lines of code, to add a like button is a lot more and its all so complex. in order to get peoples friends.. dont even get me started.

what i wanted to do was make a way where i can easily extract someone profile picture. The way facebook API works is that everyone has their own facebook id. its like a 7-9 digit number, sometimes longer so what i want to do is make a php class that can be done like this:

class->getFriends("192817265");
or
class->getFriends("me");
or
class->showPicture("me");

i want it to be that simple but everytime i try, something goes wrong and im about to retry right now. i have to get ready for work in an hour and a half so lets see how this works out

No comments:

Post a Comment