 |
Facebook’s Graph API is one of the best implementations of API endpoints using which you can gather a lot of public information about any user. Luckily, you can even get the profile picture of any Facebook user. The four default sizes in which Facebook returns an user’s Facebook Profile Image are: square (50×50) small (50…
Programming
|
 |
If you are a Facebook developer then you cannot sideline the importance of the Facebook Friend Invite form that run’s on Facebook’s own markup language FBML. The friend Invite form is one of the best ways to make your application go viral and let users share your application with their friends. In this article we…
How-To Programming
|
 |
Posting content on an user’s Facebook wall is very easy using the PHP-SDK. However on various situations you might be required to do a wall post to an user without making use of the PHP-SDK and by directly accessing the Graph API URL. We will be using a PHP utility called CURL in order to…
How-To Programming
|