Hi :)
I have a problem with the Facebook like button. I want the note on user's profile to look something like this: 'User likes page on site'.
Site's URL it suppose to be 'http://www.example.com/myapp/' and the page URL it's 'http://www.example.com/myapp/page.html'.
I added <meta property="og:site_name" content="..."/> in the of an...
I'm developing an application for Facebook using the iframe mode and ASP.NET.
I'm able to use the new OAuth method that combines the allow and the extended permissions. When I click on the Allow everything works as expected, but when I click on the "Don't Allow" I get a 500 internal error. The Request For Permission url is:
http://www....
We're having some problem with our iPhone app when it posts the character '+' to a Facebook feed. Using '+' doesn't show at all and using + works in the browser version of Facebook (shows up as a +) but not Facebook's iPhone App where it shows up as . Anyone know a solution to this problem?
...
Background:
I have successfully used the Facebook Graph API to publish activity on a particular web site to a Facebook fan page's stream (wall).
To do this I had to create a Facebook application for the web site and add it to my own Facebook user profile, with necessary authorizations.
Problem:
I don't want all the status updates to ...
i'm trying to insert user details, who authorize the app, into the database, but nothing seems to be happening. the data is null and no record is being inserted. is there something wrong with the code?
function insertUser($user_id,$sk,$conn)
{
//$info = $facebook->api_client->users_getInfo($user_id, 'first_name, last_name', 'name',...
Hi
I'm planning to develop a facebook application about horoscopes. So i need users and it's friends birthdate information. Is it possible?
...
<?php
$user_id = $facebook->require_login($required_permissions = 'email,photo_upload');
$has_permission = $facebook->api_client->users_hasAppPermission("photo_upload");
$albums=$facebook->api_client->photos_getAlbums($user_id, NULL);
var_dump($albums);
?>
I am getting null when run this code
...
Hi,
Im getting some parse erros when loading in my facebook app through the canvas. Its in an iframe. Can anyone tell me where I can start to look for documentation regarding this?
Errors whilst loading page from application
Parse errors:
CSS Error (line 40 char 36): Error in parsing value for property.: 'font' Declaration dropped.
...
being new to php and coming from asp.net, i would like to know if there is an equivalent of IsPostBack, which calls a function or a method only once, once the user is logged in.
i have a facebook application, in which once the user authorizes the application it should enter his details in the database. this basic stuff should have been...
I made a FaceBook application that works fine on profiles, but I can't figure out how to get it to show on a FaceBook page.
For example, after I visit the application canvas URL, allow the application, then edit application settings and "add" to box and tab view... I cannot click the "plus" symbol to the right of the tabs in order to a...
I have a client who would like to pull public information about people who "like" some of their web pages or are associated with their Facebook app.
I wanted to do a proof of concept, but we really don't about any particular methodology.
Another option we want to explore is to assume we have captured a Facebook user ID/email. Can we us...
We keep getting a white-screen on our FB application, although the server is successfully getting hit and no errors are occurring. Is there a setting or something we can do to resolve this? Does anyone know about this issue?
...
I've been looking at this for ages now and I cant find anything on the net that provides a solution. When trying to use the tag...
...this is embedded on a tab canvas. The 'Like' button appears when using the app locally, however, it doesn't appear when used on the facebook site. I get this error:-
FBML Error (line 264): unknown t...
Reading this Ajax example,
http://wiki.developers.facebook.com/index.php/FBJS/Examples/Ajax#Working_Example
I found the following line. I'm not sure what to understand out of it, how do you "check the sig values per Platform spec"?
"Note: For brevity's sake we are trusting $_POST['fb_sig_user'] without checking the full signature. T...
Hi Folks,
since yesterday is my app not rendering the xfbml Tags (name and picture). Iam using the new JavaScript SDK inside an Canvas-Iframe Application.
Firebug tells me the following inside the console:
Get: http://0.channel20.facebook.com/x/3332504234/true/p_1348362044=0
And after a while:
XFBML tags failed to render in 30000m...
Can we join groups using facebook api, and post on them??
could not find anything related.
any suggestions, or links.
thank you in advance.
...
Hi all,
This is all too confusing for me at the moment. I seem to be going in circles. So here is my situation and my questions.
I have an IFrame Application that needs to pretty much just run on the Canvas page. In this App, I wish to access certain user data (which I believe are beyond the normal set of permissions, thus requiring ex...
Hello,
I am trying to add a new box on the main view of our Fan Page.
And populate it with HTML from our main webserver (django) when the user opens the fan-page.
Is there any way to do this ?
...
how to load fb:request-form in iframe / connect facebook app using ajax calls?
for example social city does it
http://apps.facebook.com/socialcity/
the POSTing of selected friend is also done in ajax. how can this be done?
...
the new facebook graph / oauth seems to be only for iFrame / connect apps? is it possible to use the oauth system for fbml apps?
...