Problem In my program, I’m getting Facebook objects and using temp to display on a separate screen how many unread […]
Tag: facebook
Facebook coding interview [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Code not implemented or not working as intended: […]
Is this the right way to handle Exceptions in PHP?
Problem I’m using the function countLikes() to fetch URLs’ Likes count from the Facebook API. // Link.php class Link { […]
Getting Facebook comments count via FQL
Problem I’m currently getting the Facebook comments count over a query request to the Facbeook api. The problem is, there […]
Facebook crawler redirect to force displaying own opengraph meta-tags
Problem For my website, I use the opengraph to send the right data to the crawler. On the top of […]
Facebook OAuth in WPF
Problem I am developing a WPF application that requires me to get an Access Token from Facebook using oAuth. After […]
Getting Facebook app requests
Problem I have a JSON response from the Facebook API, which contains the app requests of certain Facebook apps via […]
Facebook helper class
Problem This is my initial Facebook helper class. Is this code efficient or is there a way to improve this […]