Hi,
I would like to post the stream from my website to facebook user wall by using facebook API..
I have created the facebook application
posted the stream by application admin ..
passed the parameter which required to this function..
$this->facebook->api_client->stream_publish($comments,'From:blinkbee.com',$action_link,$f_user_id,$...
Hi,
I am using FBML to embed a swf file into my facebook application, but it shows the message that movie is not loaded. The piece of code that I am using for this is:
echo "
< fb:swf
imgstyle=\"border-width:3px; border-color:white;\"
swfsrc='apsolute url of the .swf in the server where I am hosting'
width='340'
heigh...
I was wondering, I wish to have a landing page with Facebook's Open Graph (specifically the like button) and I wanted to basically have content set to display:none (can't remember the specific until a user likes a page. An example being a div on an e-commerce store that when a user likes the page, the div is set to display:block and us...
I need to obtain an access_token as an App, not as an admin or user. This is so that I can post/comment/like in a the style of "[ app name ] has commented on your post".
The problem is that when I attempt to get an access token (which I do successfully), I'm getting one that is for me (the admin) because I'm logged in when I attempt to ...
I want to enable someone login using facebook,
Is there a framework that you have used to do this?
Thanks
...
So what I am trying to do is make an application (just for fun, not a lot of purpose), where when you launch it a interface comes up consisting of
Username: textboxhere
Password: textbox2here
then a connect button, and when you fill out your information in the textboxes then click Connect, it navigates to facebook.com and puts in y...
Hi All,
When I use FaceBook API for retrieving posts information, I found that the returned information are changing all the time.
for e.g., when I retrieved information 2 times with 1mins interval, one record appears in the 1st time, and disapeared in the 2nd time.
https://graph.facebook.com/search?q=baby&type=post&limit=100&a...
hello all i want to retrieve my all the wall post that i have posted until now i am using this fql query from my native iphone application in order to fetch it but i think i am maiking some mistake please guide me how could i do that the following is my fql query to get wall post
- (void)session:(FBSession*)session didLogin:(FBUID)uid ...
hi, we are working on a web site that getting users' friends and users' feeds. Users can register via facebook connect. but we want to take user's feeds at any time. is that possible ? can we take feed information from facebook without user login.
...
Hi,
How to show video overlay (eg: http://www.ispeakvideo.com/examples.php) on FaceBook & Twitter public profile page?
...
Is there a way using FQL or FBML to display how many friends a user has that are also fans of a particular Facebook Page?
...
So I'm publishing to a Facebook Group's Feed in my app, using the Graph API. It works fine, except facebook keeps treating the published info as a 'link' feed item type instead of 'status' like it does when I enter the same from facebook's site.
eg:
string url = "https://graph.facebook.com/<id-of-group/feed?access_token=<access-...
Hi,
I am developing a iPhone application that uses Facebook APIs.
Which API should I use for incrementing the like count of a Facebook page?
Thanks and regards,
Deepa
...
Hello,
I'm a complete newbie about Facebook applications, and need some advice on whether the following application is feasible:
The application would essentially enable users to choose a photo from their album, which would be displayed in the application's "directory" alongside their name and age. If possible, their photo would link t...
$titleData = json_encode(array(
'gname' => $giftName,
'url' => $appCanvasUrl,
));
$bodyTemplate = '<a href="{url}">One gift</a> to {actor}!';
$bodyData = json_encode(array(
'url' => $appCanvasUrl,
));
$bodyGeneral = '<BR>Send the exclusive gifts to all your...
Does anyone know how I can get a list of events owned (created) by a Facebook page?
I seem to be able to use the "graph api" to generate a list of the events an entity is attending. I also looked at FQL, but it seems to require that the 'where' clause is an indexable field (and, naturally, the id is the only indexable field).
For bonus...
I'm using FQL to retrieve a list of users from Facebook. For consistency I get the result as JSON. This causes a problem - since the returned JSON encodes the user IDs as numbers, json_decode() converts these numbers to floating point values, because some are too big to fit in an int; of course, I need these IDs as strings.
Since json_...
Hi! I try to get user's emails, I got extemded permissions, this is my code:
string email_address = "";
var response = MainForm.stFacebookService.Api.Fql.Query(String.Format("SELECT email FROM user WHERE uid = {0}", "1495548076"));
XDocument xml = XDocument.Parse(response);
XNamespace fbns = XName...
How much time, and what basic steps, are involved in integrating the Facebook's "Like This" feature into an existing e-commerce site?
Let's say we are only interested in the feature at the product details level and have approximately 5 different product details areas.
Any recommended tutorials perhaps?
Thanks
Edit: Pic for anti-ambig...
I have recently integrated facebook comments on my photo gallery. I am facing a problem with fb:comments. The user is not allowed to comment if he is not logged in. The user is shown the screen for anonymous comments but will not be able to post the comment. when i check the social plugins of facebook, surprisingly it is not working ther...