0
votes
1answer
17 views
How to use external java script file in facebook application development
hi
how can i use the external java script in facebook application development actually i want to use the Ajax tab feature in my application
Thanks
1
vote
2answers
31 views
What is the use of infinite session in facebook?
A session token is given to the user when he starts running a facebook application, as long as this token is not stolen, other people cannot impersonate him. To increase security, a new token is also …
0
votes
0answers
6 views
How do i ensure facebook offline access session key is still valid
I can get the offline access session key from PHP API
but how do i know whether its still valid or not before i log him automatically?
require_once 'config.php';
…
0
votes
4answers
50 views
Retrieve Database Value Without Page Load AJAX/PHP/Facebook Style
Hi all,
I am wondering if anyone could show, or explain with examples, how facebook checks its database for new messages? It seems to do it periodically, without loading the page. What would be the …
0
votes
2answers
40 views
PHP simple poll query
I am starting to learn the ins and outs of PHP and have hit a roadblock.
I am making a very simple poll application. Instead of vote-ins, this application would vote-out. What I mean is, the option …
0
votes
2answers
21 views
Help needed - fql query in facebook api
I want to get my friends picture and their last status message with time.
message,time FROM status
pic_square FROM user
$status = $facebook->api_client->fql_query("SELECT …
0
votes
1answer
17 views
facebook permissions : How to check if the user has already allowed publish_stream for your app
Hi, wanted to know how to check if the user has already allowed your application to publish on his stream ( to avoid the momentarily popup menu). Currently I'm simply using this javascript
…
0
votes
1answer
20 views
Facebook login issue, going to facebook home after permissions
I'm using the following code to authorize the application and then ask for permission because could not find a simple way to authorize it simply after logging in. But then the user gets directed to …
0
votes
1answer
21 views
How put a pop up permission prompt instead of fb:prompt-permission ?
Hi, I'm making a flash game which will be up on facebook, I'm using python/django on the backend but to talk to fb. I use the facebook-flash-api. The problem is when I ask for extended permission from …
0
votes
0answers
9 views
How to set focus on fb:swf tags in Facebook app?
My code is as follows:
<input id="input" type="text" onfocus="Focus('Input')" />
<input id="text" type="text" />
<fb:swf
id="game"
onfocus="Focus('Game')"
…
0
votes
1answer
13 views
pyfacebook stream.publish not publishing all details
Hi,
Trying to publish a stream to facebook using py facebook. The stream publishes a single attachment perfectly i.e media or name or href , e.t.c
But when it comes to appending all the attachments …
1
vote
0answers
17 views
Facebook developer: making a permission optional
Facebook requested that I change my design of my application because certain functions become deprecated.
Now I have to ask the user for "publish_stream" permission when he logs in.
When the user …
2
votes
1answer
47 views
Facebook status update with PHP and Cron
Is it possible to use facebook php api and crontab to create status updates? Crontab would run the php code that sends the status update to facebook.
The problem for me is the login part …
0
votes
1answer
35 views
Whats wrong with this facebook login code??
include_once 'facebook.php';
$fb = new Facebook('api_key', 'secret');
$user = $fb->require_login();
echo $fb->api_client->user;
echo $fb->api_client->session_key;
Whats wrong …
0
votes
2answers
20 views
Scraping a Facebook App for Data
I'm using a Facebook application that has a rich set of information that I'd like to get at offline. To do this, I essentially need to read the infromation from the web pages into my own database. …
