facebook

Facebook Custom Page and App directions ?

I have to develop Facebook app and put it into custom made facebook page as a side widget. what are alternatives on customizing Fan page (one I googled is through static FBML - FBML)? also I need to provide backend part in clients site so banner in the page can be changed from there. considering this I assume the "static FBML" is not an ...

facebook authentication using qt

can authentication for facebook be done without a web browser in qt? the way i want to authenticate is to enter a username and password in text boxes and pass it as parameters in the url? is it possible? please help. thanks in advance. ...

Sending Facebook notifications

Hey i have a little facebook iframe application written with rails and the facebooker plugin. I can loop through the users friends and see whether they also have this application. To do this I use a fql qeury, and my own html (no fbml). Now i want to create a button right beside every friend who doesn't have this app, that sends an invit...

how can i invoke facebook http rest api whitout facebook api lib's (java or C++)

Hi i like to preform simple facebook api call via http rest but whiteout using facebook java/c++ pre made lib plain http call i already done the authorization part and i have the session id and all that . i just like to see what i need to preform api call over http thanks ...

Showing Dynamic Content within a Facebook Page

Hi all, I need to have some content displayed in a Facebook Page (I believe these are also referred to as Business Pages?). However, some of these content will be dynamic. What I mean by that is, some of the content will be taken from an existing web application. I've looked into using Static FBML (which allows us to have tabs in the p...

Hello i am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature"

Hello i am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature" exception at the place of onLoginSuccess function. code is given bellow .... public class FacebookConnection extends Activity implements LoginListener { private FBRocket fbRocket; /** Called when the activity is first ...

is it possible to get group's images from facebook ?

hello is it possible to get group's images from facebook using facebook API ? Thanks ...

Facebook Login without Browser

Is it possible to log a user into Facebook using only the supplied APIs or RESTful services? We are working in an environment that does not supply a browser(Yahoo TV Widgets), and would like to provide users the ability to enter their Facebook credentials in our application, upon which we would log them in (through the REST API, for i...

facebook with openid

Referencing http://stackoverflow.com/questions/1827997/is-facebook-an-openid-provider here. This is kind of an additional question based on it. I have also read the article at : http://stackoverflow.com/questions/2264266/what-is-the-openid-url-of-facebook - but I am still pretty confused on the whole ordeal. The goal is for people who u...

Facebook Black Screen when in IFrame

I have Facebook in an Iframe for the convenience of my clients. But all of a sudden it doesn't work.. It simply covers itself with a black screen. Is there a work around? Something I can do. Maybe even have someone code to their API to get all the functionality back. Is there a sollution already out there?? <html> <body> <iframe src=...

changing src reference based upon https

I'm adding a facebook comment widget to a website. I'm placing this widget in a file that is included on everypage. The navigation is relatively linked so it switches back and forth from http and https. But for some reason the comment widget only shows up if both the src linked file and webpage is secure or both the src linked file an...

Removing facebook API from my project

I'm looking to remove the Facebook API from my iPhone project for 2 reasons: 1) My Facebook functionality is unfinished and I'd like to submit the app minus ALL of the FB functionality 2) I don't want to include the Facebook API as it contains encryption and I don't want to fill out additional forms etc. So. I need a simple way to remo...

Retrieving data from facebook in a winform

Hey, I understand that using the facebook API I need an api key to connect, but I still don't understand how i would go about doing this, and how can i retrieve information upon users using the API (i'm only interested in retrieving the information that is publicly available e.g: username, birthdate, and other info that a specific user ...

fql query problem in php

I want to fetch the names of users on facebook. For that, I tried using FQL query. The code is, $result = $facebook->api_client->fql_query("SELECT name FROM user WHERE uid='$user_id'); But there is some problem with this. I guess the query is not getting executed or it is returning null values. I also tried using users.getInfo as foll...

Facebook API: How to let the php knows whether the user is a fan of the application or not?

Facebook API: How to let the php knows whether the user is a fan of the application or not? Plan 1: failed is displayed at the html level only.. .it won't let the php level knows whether the user is a fan or not Plan 2: failed has got the same problem too Plan 3: failed fql permission table simply lacked the field of is_fan http://w...

How do I automate navigation to a website that requires authentication?

Here's what I'm trying to achieve. I would like to write a script that will navigate to a website that requires me to be authenticated as myself, say Facebook, Live Spaces, Twitter or any other, and then have that script search for certain information on one of the pages of the website. I've done something similar in the past with the W...

Requesting extended permissions for a Facebook Connect application (xFBML)

Hello, I have an iframed xfbml application on Facebook and I am attempting to prompt users to allow "email" and "stream_publish" permissions. However, I find that for some reason my app is not allowed to ask for extended permissions. No matter what permission I attempt to prompt the user for it always pop up with "The application must...

[PHP] Sending Email Notification in Facebook JavaScript API

I'm trying to send a email notification to the user from my Facebook application. I'm trying to use the FaceBook JavaScript API function notifications_sendEmail(Array recipients, String subject, String text, String fbml, Object onRequestCompleted) I can understand the first four parameters. But what's the usage of the last parame...

How to fetch facebook friends via RPXNow with the PLUS membership

Now We're capable of fetching the profile from facebook to sign in with it. Now we want to fetch all friends from facebook to check if they are already on our site, but we can only fetch the friends' id as a list. Is there any way to implement that? ...

What is a Professional way to customize Fan Page on Facebook

What is more professional way to customize the Fan page on facebook, on is staticFBML - seems pretty newbie way ... ? ...