Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

Can facebook comment box show the comments of an existing public event?

I'm creating a website in which I want to show the facebook comments of public event page. Each page of the site will be showing another event and so on. Is this possible using the facebook comment ...
0
votes
0answers
63 views

How to implement facebook chat in ios by x-facebook-platform?

I want to implement facebook chat in my IOS 5 app by using X-Facebook-Platform and my app is already integrated with facebook SDK. can any one help me to solve this?.
0
votes
0answers
328 views

Working example of integration Smack 3.2.2 with facebook chat

I try to connect my web application with smack to facebook chat. There is my SlacMechanism implementation (example in scala): object SASLXFacebookPlatformMechanism { val NAME = ...
0
votes
1answer
168 views

Including captions in app generated images

I am having a doubt regarding the Facebook policies. It is being stated that: IV. Application Integration Points ..... You must not pre-fill any of the fields associated with the ...
0
votes
1answer
770 views

Styling of Facebook LIke Button?

First thing i am not sue of, is it allowed to make a custom like button, like designing a custom badge in photoshop and use it instead of the standard button. Any tips on this? I could not find ...
0
votes
2answers
527 views

Facebook Chat (XMPP) XEP 0080 support

I have being checking out using a prototype test program the capabilities of the XMPP Facebook Chat, X-FACEBOOK. It worked great using a geoloc message XEP 0080 with Gmail servers, but when i try to ...
-1
votes
2answers
209 views

How to change HTTPS to HTTP in Facebook via an Application

I want to develop an App in FB which should make HTTPS browsing impossible for fb users. Or, the app must run in HTTP without SSL. Can anyone here help me? please?
0
votes
0answers
174 views

Using the X-Forwarded-For to determine real IP of the user

I am working on behalf of a small European MNO, providing mobile data services to our users. All of our data traffic is routed through our network and the request is forwarded to the destination (ie ...
0
votes
1answer
1k views

facebook permission dialog pop-up like an overlay on the same page

I have seen that APP Permission dialog for music /song apps show up on the same page. and for the other apps it opens new tab OR does redirect. Is it possible to have the same permission dialog for ...
0
votes
1answer
84 views

bug in the facebook developer website

The facebook developer website won't remember the Site URL for my app. I tried deleting the APP and recreating the app. In the new app I recreated I set the Site URL at the Web section but when I look ...
0
votes
1answer
577 views

Facebook chat reports “not-authorized”, although “xmpp_login” is granted

I am trying to integrate the facebook chat into our mobile Flash/AIR application, and am using XIFF for the XMPP stuff. Of course, I had to modify some files for the newer Facebook API that uses ...
0
votes
2answers
61 views

How to show a post also on the user stream?

I developed a simple app on Faceobok that posts something on user wall. My issue is that the post isn't seen on wall stream, so he/she will probably never read it. I developed this app in PHP with ...
1
vote
1answer
109 views

Fallback to Virtual Currency or Give Free Items via FB Credits?

Is there a way to charge "0" Facebook Credits for a purchase (eg give it away for free to teach users how to use the credits buttons)? We want to seed our users with items at checkpoints in gameplay ...
0
votes
1answer
539 views

FB chat using SASL X-FACEBOOK_PLATFORM not working

I am developing a simple chat client for FB. I have progressed to a state where now i have the access_token of the user who had logged in to my chat with "xmpp_login" and "offline_access" scope. Am ...
1
vote
1answer
317 views

Facebook image processing technique

Well, i wonder, what compression procession processes they are using.. I uploaded a test image of 2.3mb and suddenly downloaded it It was only only 92 kbs, what the heck, only 92 kb's and the ...
0
votes
1answer
110 views

Simple Facebook connection with my web site

In one of my web page I need to show the username , well this is a public chat page. My requirement is if that user is logined in facebook then need to show his name and profile pic other wise prompt ...
0
votes
1answer
552 views

Set ejabberd as a xmpp proxy for Facebook Chat with X-FACEBOOK-PLATFORM

I want to use ejabberd for xmpp proxy with Facebook Chat It already work but unfornunately when i ask for authentication with chat.facebook.com the X-FACEBOOK-PLATFORM mechanism is not possible This ...
0
votes
1answer
596 views

Whitelist for Music API?

basically I'm creating an online embedded playlist creator. I'm looking to stream the current song to Facebook however I am aware I need to be on a whitelist to do so. How do I go about gaining ...
0
votes
1answer
659 views

“Negative feedback warning” notification

I received a notification from Facebook "Negative Feedback Warning" "Our systems have flagged your app # for receiving a high amount of negative user feedback. Accordingly, we might be forced to ...
2
votes
2answers
3k views

Facebook apprequests not working

I have following code in html file: <html> <head> <title>My Great Website</title> </head> <body> <div id="fb-root"></div> <script ...
0
votes
1answer
167 views

Can I store the id list of friends of the user of my application?

Can I store this data ? I want to save only ID of friends of application user.
0
votes
2answers
796 views

FB Chat API - Authenticating X-FACEBOOK-PLATFORM using Strophe

I am trying to connect to FB Chat using the X-FACEBOOK-PLATFORM authentication technique. I am currently using the Strophe library. Everything else is done and working, I saved this bit for last (I ...
2
votes
1answer
456 views

X-FACEBOOK-PLATFORM for Facebook Chat - can't connect since Oct 1st

With the OAuth 2.0 and encrypted access token changes I can't connect to FB chat anymore. The example on FB's chat document shows PHP on the server side, however I need to connect by getting the ...
1
vote
1answer
419 views

Social Comment Plugin for Facebook: user wall post is not image of page

My website has a facebook social plugin for comments. When a user posts a comment they have an option to post to their own wall. The image that goes with that wall post is not the image from the ...
8
votes
1answer
2k views

X-FACEBOOK-PLATFORM authentication with SMACK Java library using OAuth 2.0

First post here so please be gentle. I'm building a facebook chat client, using Smack library. I'm using X-FACEBOOK-PLATFORM method in order not to save any passwords. I had it working properly using ...
3
votes
1answer
242 views

X-FACEBOOK-PLATFORM inconsistency using different applications

I've successfully implemented an XMPP client with X-FACEBOOK-PLATFORM auth support, and can currently connect any user to chat. After that, I needed to create a different application with chat access ...
-2
votes
1answer
47 views

Like button how do I get it on my page [closed]

Where do I paste the code for the like button when I'm setting up my page to get on there?
14
votes
5answers
4k views

Integrating Facebook chat

I have written a program to integrate Facebook user chat in C#, however I always get <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure> after sending the ...
2
votes
2answers
4k views

Any way to pull out session key from access token returned by Facebook iOS SDK?

I need Facebook session key to be used in this senario: http://developers.facebook.com/docs/chat/#platauth However, the current Facebook iOS SDK returned us a access token which is not enough for ...