Hi,
I am trying to compile facebook library for my iphone application. But I am getting this error.
error: FBConnect/FBConnect.h: No such file or directory
I have added the location of the folder in header search paths and yet it is not compiling.
This is the path that I have added-
/Users/nishant/Downloads/facebook-facebook-iph...
Trying to figure out the cause of this Facebook API error:
Message contains banned content
A Google search only comes up with this relevant resource. Any hints as to the cause/source of the error would be really helpful.
There are some additional details about the environment:
Error occurs when trying to post to one's own profile
...
Hi,
I have integrated Facebook connect into my blackberry application using baskoro code
But with this code I am able to login and post on wall with only one username. That username is the one in which the application was created and its application id and secret key were obtained.
Now when I login with other username login is done b...
if facebook uses the https system why doesnt the system be slow as there is so much data to encrypt even as each person,album is a separate object on the social graph.please i want t know this so even if the question might seem supid to some please nswer it
...
I tried to add 15 tabs to a page of mine, with just images and information, but i could only add 10 FMBL apps and make them on tabs...Any idea whether the FMBL limit is 10 ? Is there any way i can increase that limit ?
...
Hey all,
I'm currently creating a very basic Facebook application and I've run into a bit of a roadblock, so any help would be appreciated.
My application is as follows: I want to have the application pull records from my database that the user has added to my site off of Facebook and display them in a tab on one of their fan pages. Ev...
When you use FB Sharer.php the user can share the link on their own wall. Is there a way to be able for a user to share the link but on their business/fan page wall instead of their own personal wall?
...
Hi,
Dreamweaver CS5's Live View features seems to be pretty cool. Is it possible to even live view the facebook applications inside DW that we develop, if yes, how to do it.
If not possible with DW's live view, then any other work around you may suggest please to test/view facebook applications on local server.
...
I'm creatinga custom fan page for a client and just curious if anyone knows how to remove the Info tab from the facebook profile?
thanks
...
As the title states, does the facebook API allow developers to write an app that will automatically tag pictures? Or is that outside of the scope?
...
While surfing facebook and using the Firebug network debugger I noticed that facebook's AJAX responses all start with an empty for loop.
Example:
for(;;);{...}
Does anyone know why this is done? I assume it's to prevent some sort of XSS attack but I don't totally understand. Thanks!
...
I am trying to put together a bash or python script to play with the facebook graph API. Using the API looks simple, but I'm having trouble setting up curl in my bash script to call authorize and access_token. Does anyone have a working example?
...
I am making a Facebook application, I want to have a stateless server.The Facebook connect requests are from the server side. So when Facebook gives me a session which has to be maintained at the server this way my server won't be stateless.
When I'll load balance I can't have a simple load balancer instead it would need to know which ...
I'm trying to catch event when comment is sent. What am I doing wrong? I just want to update every user comment also to facebook group wall and that's why I need to catch the event.
<fb:comments numposts="10" ></fb:comments>
FB.init and event catcher:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.in...
Does facebook connect for iphone contain any encryption?
I tried searching on google but did not find anything related to this.
...
Using the graph api I'd like to be able to have an authorized user "like" a page.
I tried posting the following:
https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN}
And I get http error 500 accompanied by "Invalid post_id parameter" in the json response body. Looks like the "/likes" resource is suited to liking a ...
Let's assume I have a Facebook Event.
how to count which attender has the biggest amount of friends attended into this same Event?
...
i am trying to get an iframe facebook application running with ruby. unfortunately the facebooker gem seems to be broken and even the developer of facebooker suggests using the facebooker2 gem and some workarounds.
see http://www.elevatedcode.com/articles/2010/05/12/facebook-iframe-applications-and-the-new-open-graph-api/#extended
is t...
Hello
I would like to know if there is any API feature that can tell me which users liked my application page.
I know that it is possible to check if a user is a fan of any given Page using page.isFan verification or to get the number of fans.
But is it possible to get the fans' User ID?
If so, is it possible to get that data ordered...
Is there a way to determine if the current user is a fan (now: likes the page) using facebook connect?
I know this is possible in the REST api, but I would like to be able to just use connect instead.
...