facebook-application

Exception while trying to update multiple status messages

Hello, I am trying to set status msgs for users from my application. While doing that I get the following exception for random users in my list. PHP Fatal error: Uncaught exception 'FacebookRestClientException' with message 'An unknown error occurred' in /public/facebookapi_php5_restlib.php:3065 Stack trace: #0 /public/facebookapi_p...

Find profile url in Facebook

Hello helpers, Im writing an app for facebook in java. i have a class named FacebookClient that i got from facebook. withe this class i can connect to facebook by using FacebookClient client = new FacebookClient(); client.login(request, response, "api_key", "sec_key"); and get user info with client.users_getinfo (For example: client...

How to start with new Facebook SDK for ASP.NET

I've done quite some research on which ASP .NET Facebook SDK to use. Acording to this post (http://msdn.microsoft.com/en-us/windows/ee388574.aspx) old FacebookToolkit should not be used for new projects but instead we should use the all new and shiny Facebook C# SDK. But he problem is that it lacks documentation, especially beginners ex...

How would I go about creating a Facebook Fan Page tab that contains a Poll?

I'm not sure why but creating any kind of integration beyond the use of social widgets and buttons on external sites always confuses me. What I need to do is create a tab on a particular Fan Page. This tab needs to: Contain an interface for casting a vote in a Poll. Handle multiple Polls. Only one will be featured in the tab at a tim...

Retrieve individual like counts across an entire domain

My domain is: http://rentmaps.com There are individual pages that represent apartments, such as this: http://rentmaps.com/address/31/35-Conwell-Ave,-Somerville-MA-02144 I have put Like buttons on each of the individual pages, allowing users to like any of the associated houses. I would like to be able to query the Graph API to pull d...

Can I set the meta robots tag in a Facebook Canvas app?

I want my Facebook app pages to be accessible by users that have not added the application, but I do not want search engines able to index the content. I don't see a robots.txt at http://apps.facebook.com/robots.txt and the apps pages for canvas apps have: meta name="robots" content="noodp,noydir" How can I add "noindex,nofollow" to ...

customizing facebook like-box

hi fellow web developer, I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete: http://www.daddydesign.com/wordpress/how-to-customize-your-facebook-fan-box/ there are lots of tutorial in web, but have the same solution....