facebook

PHP Libraries/Classes that helped you easy using REST with JSON?

I would like to know what existing PHP libraries/classes have you used for your REST+JSON projects. If I need to create a wrapper for social engines API such as Facebook and/or Twitter API, what existing PHP REST JSON architecture do you recommend? JSON CONSUMING DEVICE (not PHP based) <--> PHP REST SERVICE <--> SOCIAL API ...

Facebook dotnet app - not finding any user info

I am just starting to learn how to create a facebook app. I am using the MS dotnet libraries. Following this example and info: http://fbtutorial.qsh.eu/section1/fbml/step6.aspx I added some code in the default.aspx to print out the user name - but I am not getting any user information back. I understand that some user information is...

Facebook Cucumber testing with Authlogic - how test user logged in as facebook user?

I'm having trouble implementing this step: Given "I am logged in as a Facebook user" do end The best suggestions I can find on the web (http://opensoul.org/2009/3/6/testing-facebook-with-cucumber) do not seem to be using Authlogic for authentication. Can someone with the Cucumber/Authlogic_facebook_connect/Authlogic combo post thei...

facebook-app: how can i change the height of a resizeable iframe application?

Hiya. I created a facebook app and i configured the following: IFrame Size: Resizable Canvas Width: 760px (not using fbml) it seems that no matter how i configure my html page, the iframe height is 800px. my application needs more then that, how can i configure the iframe of the facebook application to have a larger height ? thanks! ...

iPhone Connect Facebook. Join a Page/Group Option availble?

Hello, I am using iPhone Connect to link my application to Facebook. Is there anyway to let user join a Page/Group on Facebook, right from the Application? Thanks in advance. ...

Is there a way to crawl all facebook fan pages?

Is there a way to crawl all facebook fan pages and collect some information? like for example crawling facebook fan pages and save their names, or how many fans, etc? Or at least, do you have a hint of how this could be possibly done? ...

How to get facebook's inbox messages,contacts into our application

I want php or asp.net code for fetching facebook's inbox messages and contacts into our application when the application is added into facebook ...

Facebook iframe application redirects to local server

I am using FaceBook application inside iframe. But when I try to access it using url like http://apps.facebook.com/myapp, it immediately redirects me to my lhttp://localhost:8080 application, which I intended to keep in frame. I assume that my local application should stay in frame, while the general container would be FB site itself, ...

steps of integrating Facebook in android

How can we integrate Facebook in android? ...

Facebook API - Is it possible to email users when they click "Become a Fan"?

I want to do the following, but not sure if it is possible with the current API. The only thing I found in the AP is the ability to tell if a FB user is a fan. Here goes: When a user clicks the become a fan button, it sends a custom message (email or facebook email) with url to redeem a code for a free song. The code is obtained from ...

Facebook Card Game? Which architecture?

I am developing a Facebook Card Game for my thesis and i am wondering which architecture fits best? I am going to develop the game using Silverlight + ASP.NET. On the one side the game should contain player vs. player card games. On the other there will be also a lot of contant similar to Mafia Wars(or any other game like that) where...

Using Facebook Connect auth.RevokeAuthorization in ASP.NET

I'm confused as to how revoking authorization works in the ASP.NET Toolkit. I've tried issuing the following: ConnectSession connect = new ConnectSession(FacebookHelper.ApiKey(), FacebookHelper.SecretKey()); Auth x = new Auth(fbSession); x.RevokeAuthorization(); But I get an object reference error during the Revoke...

Facebook dev - loading fbml & html code into a div in an iFrame via Ajax

I've got an iframe application that's working fine and rendering fbml in facebook. But the whole app is built using ajax calls to load large chunks of pages. Several of these have < fb: tags that aren't being rendered when they load. I tried the code below, which is then loaded into a div in my index page, but it doesn't show anything at...

Does Facebook have a list of icons that others can use?

For Facebook's 16x16 pixel icon, the following url is used fairly a lot, but this isn't stated by Facebook that people can use this, is it? http://static.ak.fbcdn.net/images/icons/favicon.gif Is there any official list of icons from Facebook that people can use their own site for Facebook Connect? ...

Upload a Photo to Facebook with REST API and Ruby

It's much harder than you'd think: http://wiki.developers.facebook.com/index.php/Photos.upload The tricky part is how to create the MIME multi-part message in Rails, which Facebook requires. I'm also using a Ruby Facebook API gem (mini_fb) which signs my other requests, and in addition to having no idea how to set up the MIME multi-par...

Is there any way to post Facebook status using ContactsContent Provider?

I am using QuickContactBadge widget in my application.I want to post facebook status message using contactsContentProvider. ...

Create Thumbnail from url like Digg in asp.net/C#

How I can create thumbnail from url. For example: Like Digg website, when I submit a link, Digg for me chose a Thumbnail from any images on that URL. Or like Facebook, when I submit a link, I can chose a thumbnail for that link. So, how i can do that with asp.net/C#. I just want create thumbnail (not Screen Shot of web page) Thanks so...

Facebook API Question

Hi I need a little help: How to get profile URL given an UID? Thanks, ...

Authlogic RPX extended permissions

Hi, I am working on the Facebook Connect feature for a Ruby on Rails website. I noticed that FB doesn't provide the user's email unless you demand extended permissions. I'm using the authlogic_rpx gem. Does anyone know, if it's possible, and if how, to ask the user for granting access to his email address using the authlogic_rpx gem? ...

Redirection inside a "Static FBML" tab

On Facebook, is it possible to use a redirect statement inside a "Static FBML" tab? I've been trying to use but with no success. ...