we built a facebook application with ruby/rails and facebooker (iframe application) and are currently stuck with the FB.Canvas.setAutoResize which seems to fail in some cases. using the example from facebook developer docs ( see http://developers.facebook.com/docs/reference/javascript/ ). the autoresize fails once you enter a page which ...
How does facebook manage the toolbar that appears on the bottom of each page and contains the chat box. When i click to other pages, the state of the div stays alive and just overlays everything else. Is there a larger div that is just getting reloaded in the background?
...
Facebook oAuth requires your secret key? I thought you weren't supposed to share that. Am I using the wrong secret key?
...
it needs facebook facepile plugin(http://developers.facebook.com/docs/reference/plugins/facepile).
i tried but i am getting this error
(The Facebook Connect cross-domain receiver URL (http://static.ak.fbcdn.net/connect/xd_proxy.php#?=&cb=f223d517566e616&origin=http%3A%2F%2Fpromolife.com.au%2Ff3e13728ba8ec8&relation=parent.p...
This is the code which is use for login in facebook but it is go to the finaly block and show my facebook link in browser. i am show from which it go to the finaly block in program. how to login without open browser this example is yack from http://code.google.com/p/facebook-java-api/wiki/Examples
try{
MDC.put(ipAddress, req.getR...
So, I have this application that needs to connect to facebook.
It uses php for all of its data access, in older examples of the facebook API, i see people get the UID, and sessionkey from the iframe page, then send them to php and run a function called
$facebook->setUser($UID, $sessionKey).
This is how the majority of the tutoria...
I was wondering how to build a FQL query where i could receive links/urls of my app that an user's friends have liked. I got the link table which looks good but there i need an object id, which i dunno how to retrieve for my urls.
...
Is it possible to change someone's profile picture via the Facebook API?
...
Hey guys and gals,
Any one knows of an easy to use/well documented Facebook library for VB.NET?
I have searched the Interwebs for it for a long time and even the official one has a very poor documentation for beginners. It looks like you have to be a Facebook developer to work with them.
Any help is much appreciated.
Thanks!
...
hello all
my desktop application that invoking FQL query's , for the first time im loged in as
different user ( not the developer user )
and im getting this error massage :
"error_code":606 : xxxx is not permitted to requested mailbox permissions from xxxxxx
from reading i know i need to Whitelist my desktop app , but now one tells ...
For example, is there a way to query "Stanford University" and get its facebook id "6192688417"?
...
I want to write a command line script using Python to access a user's Facebook Notes.
PyFacebook wrapper library doesn't have support for Facebook notes.
Is there any other way I can do this in python? I don't want to learn PHP.
...
I am able to successfully publish an event to facebook but am unable to include a picture. It looks like this needs to be done via a "connection" in open graph but I can't seem to find a clear example on how to do this.
Can someone on stackoverflow.com help?
Thanks!
...
Greetings,
Using the Facebook API, I have obtained an OAuth access token for a user. I can use it to retrieve information about the user and post to their wall, etc. I'm trying to figure out how to (or if there is a way to) programmatically get a list of pages a user owns (so that they can be presented in a drop-down list on a third-par...
I'm using facebook connect to allow the visitors login to a website using their facebook account.
The only information needed is that the user id and name.
However the facebook connect dialog states that my app will access all the users friends, photos...
How can I configure my facebook application to not request those data?
...
I want to build a script where I am logged in automatically with a PHP script, updates the status or w/e and then logs out. Using Graph API or FQL would be great was it not that I get a nasty pop-up that I need to login and allow the 'application'. I don't want this, I know my own username and password and simply want it to login immedia...
I tried to login Facebook using Web-Harvest. I used the following xml code to login
<?xml version="1.0" encoding="UTF-8"?>
<config charset="ISO-8859-1">
<file action="write" path="homepage.xml" charset="UTF-8">
<html-to-xml>
<http method="post" url="http://www.facebook.com/login.php" cookie-policy="browser">
<http-param name="email"...
i am designing a database where users can update status messages of theirs and they can create pages groups like facebook fan page and post status like the admin of the page and not as a user.
user(id, name..)
group(id, name...)
group_admin(group_id, user_id)
this is my set up. Is this the way to do it.
How to post under the group a...
I'm creating web site where you can add idea and comment it. Last week I have been looking for Facebook integration. So you can post idea from Facebook or Example.com. You should also be able to comment ideas from Facebook and Example.com. Two interfaces, one result. Is that possible? And is the Facebook application only solution? What a...
How to do it? Any sample code would be nice ... I have tried directly using the graph api but it needs access_token and I don't know how to get it ... I am using Facebook developer toolkit
...