i am using FB Connect on my site and i am able get & store offline access session key in DB.
My question, i need to display the multiple friend selector form even if there is no FB connect session.
How can i force it to resume/create the session i have in DB, so i can display friends in the below form.
Since i already got extended ...
I am in the process of making an app that uploads photos to Facebook and then optionally posts a link to the user's wall. I would like to know if it is possible to assign the same visibility permissions to the post as the photo or the photo album it is uploaded to. I am able to get the visibility permissions from the album fairly easily....
I am using FB Connect and PHP API. I am able to get the offline access session key and user id.
Is there any way that i can display the friend selector form with what i have?? Or do i have to force the user to login again??
I would like to display the form with out logging him every time.
...
I am reading a Facebook updates feed using the python library 'feedparser'.
I loop through the collection of entries in my Django templates, and display the results.
The updated field is returned in a big long string, of some format I am unfamiliar with.
Tue, 01 Dec 2009 23:55:52 +0000
How can I...
A) Use a Django filter to clean th...
Can i use fbml multiple friend selector tag without using F connect. I mean i have the offline session keys for users.
Would like to show multiple friends selector form by using the session keys i have. But i have no idea how to set the session.
Is there any way??
...
Hello,
I have an iPhone app which creates a facebook session and I would like to restore this session on my server to hand off some of the work. I have the iPhone app working perfectly fine, it's just that I am having problems restoring the session - the documentation is lacking, at best (from http://wiki.developers.facebook.com/index....
Does anyone know how to update Facebook Group information using the API?
I want to push some information to the facebook group (if the admin is logged in to my site).
...
On facebook many of you probably know of there API which uses there own FQL (facebook version of a mysql query)
I am curious, how could I support my own user submitted queries in the same manner on my site?
Do you basicly pass in the custom query into a function, in the function you just use regex to match SELECT from ect?
Hope m...
I am working with facebook connect. In facebook app settings, for my connect site app there is an option to allow users to add the app as a tab on there user profile. When you click the tab on a user profile for my app, it loads nothing on the canvas because I have nothing set.
So I am wanting to know, since I am just using it for con...
Hi,
I have created a business page on facebook and added application to a tab.
I want to retrieve the uid of the users who visit the tab. I am using $_POST['fb_sig_profile_user']
But it give the page id not the uid.
Please help me on this.
Thanks
Pankaj
...
I have tried following some tutorials and I get the concept of how the apps work, basicly they are in my case a php/mysql site that loads into facebook and gives me access to the userbase instead of needing my own userbase.
Here is what I am trying right now to show on the facebook application canvas page
/* initialize the facebo...
I use the PHP library for Facebook Connect.
The library is used as follows:
$facebook->api_client->METHOD
Here's the documentation for how to unregister users from one's Connect page: Connect.unregisterUsers
So, actually, I have everything I need, haven't I? But I can't manage to unregister users, though. How must I do this?
$faceb...
Not sure whats wrong, below code logs me out of facebook but not redirecting to test2.php, after the popup disappears, the page just refreshes, no redirection
//test1.php
FB.init("xxxxxxxxxxxx", "xd_receiver.htm",{"reloadIfSessionStateChanged":true});
FB.Connect.logoutAndRedirect('test2.php');
can any one help?
...
Okay I will try to be as descriptive as possible here,
I am using Python-Django server and the pyFacebook helper.
I have this callback url on the facebook edit application page:
http://panome.eyesee360.com:8000/panomeFbProject/fbLandingPage/
In my project urls.py:
urlpatterns = patterns('',
(r'^panomeFbProject/', include('panomeF...
i am starting on a php based facebook app.
the documentation at facebooks developer page is quite confusing.
i have chosen the iframe method for rendering the canvas page. i have made my app in php and is hosted on my server. now the app loads fine in apps.facebook.com canvas. but the thing is I am unable to make API calls work.
what i...
this might be the simplest of questions.
$appapikey = '...';
$appsecret = '...';
$facebook = new Facebook($appapikey, $appsecret);
$user_id = $facebook->require_login();
i have the user authenticated and everything. now i want to say hello to the user.
like:
echo 'Hello, $user_id';
how to write that code. because what $user_id co...
Ok I have searched before asking, all I found was several questions asking what I am but 0 answers so maybe someone who knows will see this or I will make it a more clear question.
I have a social network similar to myspace/facebook. In my code you are either a person's friend or not a friend, so I show all actions from people you are f...
I'm trying to call a Feed Form in my Facebook application and I'm not sure how to do so. I'm not familiar with the FBJS and its API. Specifically I need the following dialogue to show up: http://wiki.developers.facebook.com/index.php/Feed%5FForms
Here's what I got for now:
<script type="text/javascript">
var attachment = <?php echo jso...
i am starting to make an iframe based app for facebook. the standalone web app is ready. only facebook integration is left.
i looked over things in the docs and learned that i can use XFBML tags only. but when i tried using them, it didnt work.
can someone tell me how to use the XFBML tags. also is there any doctype mod to be done on th...
Does anyone know of a method to update a certain div tag using Java and works in the Facebook canvas? If so, can you post up a code example and what dependencies I require?
...