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?
...
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...
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 (...
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
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...
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...
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)...
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(...
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...
can I retrieve it using fql or graph api
...
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...
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
...
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...
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.
...
Where can I run FQL queries online in my web browser?
...
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...
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...
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?
...
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?
...
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...