hello
I am used Facebook for my application where i have to post comment on wallpaper.But now i have to modify that application. i want page after user login it will give option like
1: post to wall
2: reterieving friends
3: logout
Can we implement this page after login instead of direct opening the page of post wall.
If yes then pr...
Does anybody know how to handle a Facebook login from within Flash using REST API/FB Connect, without the popup or redirect?
It doesnt seem very possible as the login method seems to force the popup.
Might it be possible by modding the code to have it load in an unseen iframe (i.e. navigateToURL(new URLRequest("http://www.facebook.co...
If I put a facebook like button on a webpage, can I use FQL to query the number of users that 'liked' the page?
...
We have over 10,000 registered users on our site and want to associate each user with a Facebook account with their facebook ID. Our site uses the WWW::Facebook::API CPAN module for all our other Facebook related actions on our site. My question is, is there a method where we can provide a specific user's email address (which they have p...
Ok can someone explain to me the difference between:
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
and
<script src="http://connect.facebook.net/en_US/all.js" type="text/javascript"></script>
They seem to be two completely different libraries, but which one ...
I am a web developer, I develop applications for Facebook as a hobby. Lately I've received some proposals to develop Facebook application for payment.
I wanted to know, what terms should I include in my developer license, does anybody have an example of such license agreement?
...
I'm looking for a way to allow users to sign in to my site using Twitter, Facebook, LinkedIn, and Google. A good example of a site that does this is Answers.com, on the homepage they have a set of buttons, and each button gives a simple pop up window to confirm the connection.
I know that I can implement each connection individually, bu...
I've noticed that using the new Facebook Graph API to fetch friends of users returns a number of friends that is close to, but not always exactly, the number of friends displayed on the user's profile.
Documentation here: http://developers.facebook.com/docs/api
For example, on that page, I click on https://graph.facebook.com/me/friend...
I browsed to CNN and was horrified to see my Facebook picture there with a "post a comment" box. How did CNN get my Facebook login information?
More specifically, how did CNN know I was logged into Facebook? It seems like CNN would have to have access to a cookie set by Facebook to do that.
This is the only sequence I can think of.
I...
I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
...
Hi,
How to support "like friends photos" for Facebook user using Facebook APIs or FQLs?
Thanks in advance.
Regards,
Deepa
...
Someone is logged in to Facebook and than goes to my website. Is it possible to read on a server side if he's logged in to facebook now. I need to show different fields for a comment form. At the moment I'm using Rails and http://github.com/jugend/fgraph plugin
...
Hi,
I am developing an iPad application using Facebook Query Language. We can get the list of videos of an user along with its meta data by querying the table "video". The meta data of the video are: video id, title, description, src, src_hq etc.
Now, I want to play the Facebook video in my iPad using the URL given in the field src/sr...
Is it possible to update my facebook status from an R session?
EDIT 1: Reading the responses thus far, I would like to point out that I'm simply interested if a package already exists which provides this functionality, similar to how the lovely twitteR package does for twitter. Also, something doesn't have to be 'useful' in order to be ...
how to connecting with facebook in iphone or I need all benifit of facebook in iphone
I try code but I Get only login to face book & logout from facebook
AND
if some one help me to get API Test Console from face book I can done this facebook connection to iphone please help me out
...
I want to check the status of the extended permissions for a user of my Facebook app. I don't want to request permissions, I just want to know what permissions they have already granted access to. Is this possible?
I'm happy to use the Graph or REST API to do this in PHP or JS.
...
I cannot find the "create feed template" option on my applications page.
Do I need to authorize my application? I didnt do that yet and am able to allow the user to login and allow permissions etc.
I havent submitted my application as it says the app needs 5 people or 10 monthly users, I just created it and my iphone app isnt out yet? ...
Hello!
I want to create a Facebook poll.
Ideally, I would want it to be viral and show on people's pages if they voted.
Even more, I would want it to be Flash so that I can have better control over the general look and feel if possible.
How can I do this, please?
Thank you!
...
Hello,
I'm having lots of issues with uploading videos.
If I try to use https://api-video.facebook.com I am getting a cURL host not found error, if I use http://api-video.facebook.com I get a message to use https://api-video.facebook.com
If I try to use https://api.facebook.com/restserver.php?method=video.upload I get a 101 error code...
I have a web app that allows users to connect Facebook account with their account on my site. When the user decides to connect with Facebook, the app requests publish_stream and offline_access permissions, and then stores the Facebook uid and session_key for each user. All this works fine right now.
My problem is migrating to Facebook's...