facebook

developing facebook applications with ruby: which gems to use?

i am currently planning a facebook application to be developed with ruby on rails. i stumbled upon the facebooker gem, but there seem to be other gems around as well - actually there is also a facebooker2 gem. what are the current options i have with ruby on rails and facebook development? which gems are recommendable? ...

Facebook Graph API Search without logged in user

Hi folks, I'm trying to issue a Facebook Graphp API search call for groups with a specific search term. The important fact is to search for groups not only beginning with the term but also to search for the term within the group name. So something like that. FQL => SELECT * FROM groups WHERE groupname LIKE '%term%' As far as i know th...

Way to Remove Invite Limit on FBML Multi-Friend Selector

Hi there, I tried to look through various resources before posting here, but was having a surprisingly difficult time finding an answer to my question. Sorry in advance if I overlooked it. I'm currently trying to add the FBML Multi-Friend Selector to my Facebook page. It has a limit on the number of friends you can invite at a time (...

Facebook SDK and Graph API Comment Deleting Error

Working with the Facebook php SDK's, I am having a lot of trouble figuring out how to delete comments, given its id and xid. At first I was using the REST API, where you can call 'comments_remove($xid, $id);' to delete a comment. The problem with this method came when the xid parameter only accepts alphanumeric characters and underscor...

Error code 100 while writing a code for Facebook API

Error API Error Code: 100 API Error Description: Invalid parameter Error Message: next is not owned by the application. Above it the error that I receives when I write the following code in my index.php file. < ?php $appapikey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; $appsecret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; require_once 'faceb...

[Facebook Graph API - Android] I want to know the HTTPSConnection redirected to which URL?

I am building an application that uses the Facebook Graph API. To get the access token I should send the following request https://graph.facebook.com/oauth/authorize? client_id=...& redirect_uri=http://www.example.com/callback It redirects to the redirect_uri with the code to be used as access token. How can I capture that th...

Incorrect signature - Flash Facebook API [Please Help]

I've spent an entire day trying to figure out how to make this error go away: Incorrect signature I'm using as3 for my a flash file, which is embeded in iframe canva. I can connect properly: this.fbook= new Facebook(); var webSession:WebSession = new WebSession(api_key,secret_key, session_key); fbook.startSession(webSession)...

Cannot access facebook data through chrome extension

I've so far suceeded in getting a valid access token. Now I'm just trying to get a JSON response using jQuery. This is most of my code. It is called on load from a window created by the background.html: $.ajax({ url : 'https://graph.facebook.com/me?access_token=' + access_token, dataType: 'json', error: function() { alert(...

Is user authorized, on Facebook tab

Hello all, Getting an interesting error. I've been developing and application, and viewing it on it's page. Now I'm install that app in as tab on a company page and it's saying I can't use: <fb:if-is-app-user> in the tab view? How can I show or hide part of the page if the user viewing it is an app user? Thanks in advance for the he...

FaceBook app: retrieve list of ids of my application's users

can I retrieve it using fql or graph api ...

facebook XFBML is not rendering in IE8

I put up this test page to illustrate this issue: http://pix-all.com/fb-test.htm Every Browser i've tested on has worked but in IE8. The odd part is that IE8 doesn't even report an error, WOW, and that is something. So right now im stuck with to nothing to work on or debug. Hopefully you guys can help me out and spot what i've overlooke...

facebook or digg sharing, how does it know which part of the story to use as the short summary?

If I am trying to make my site sharable through digg and facebook, can i hard set which section of the page will be used as the short description? thanks ...

facebook javascript sdk question

Hi, I'm trying to use the facebook js sdk to develop an app, but I found the there is 2 version of the sdk, my question, is what is support with the new and what w=not? and if the xdreceive.htm is still needed for the new version, I have read the docs and still can't understand this, can someone with experience in FB can me kind and asnw...

Get Facebook Link Likes

Hi, Using the Facebook API with the FQL language, how can I get a list of the users that liked a given URL? I got the URL and want to query Facebook to see how many people and what users liked that URL. Using PHP or ASP.Net... doesn't matter, just want to know how to write the FQL query. ...

Run Facebook FQL Online

Where can I run FQL queries online in my web browser? ...

iPhone: cached profile images from the web - how to find out that remote image changed?

I'm loading profile pictures from Facebook, cache them on disk and load them into cells of a UITableView. Now I'm wondering, how I can find out when someone has changed his/her profile picture on Facebook that I have to load the new image from the web instead of using the one cached disk. The url of the image is always the same. Is the...

Facebook like iframe ignores my specified href

I have Javascript that imputes (computes and injects) HTML into my DOM for the Facebook "Like" function. I need to specify a "canonical" URL because the actual URL doesn't reflect all the DOM manipulations that have been made (driven by user activity on the Web "page"). Alas, Facebook's code doesn't use the url I supply but the window.lo...

how does facebook/digg get all of the iamges for a webpage?

DO they use a php page to analyze the link, and return all of the images as josn? Is there a way to do this with just javascript, so you dont have to go to the server to analyze the page? ...

iPhone: Open Facebook Fanpage in UIWebView

Hello, I use a fanpage which doesn't require authorization in a normal browser, but if I request my url in a UIWebView I get the Facebook login prompt. Is this normal behaviour or can I avoid this? ...

Facebook .net return internal server error when using Multiquery

Hello I am having trouble using multiquery in facebook .net. I am trying to create 3 queries: Friends, Like and Photo using multiquery in the toolkit. It returns me with this The remote server returned an error: (500) Internal Server Error. Although, it is not happened all the time but it does occur frequently... I thought about what ca...