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.

Websites optimized for use by small-screen mobile devices, often on bandwidth constrained network connections.

learn more… | top users | synonyms (1)

0
votes
0answers
27 views

How can I get the facebook's contents

Facebook Developers When I get Facebook's contents, I used POST_ID form the FQL that is below THE FQL SELECT created_time, post_id, actor_id, message FROM stream WHERE filter_key = 'owner' AND ...
1
vote
0answers
40 views

Payments made through iOS Facebook App?

I know there is IAP for native apps, regarding the iOS, but does this effect websites (I will explain)? I have an e-commerce store (standard website) and my client wants to be sell on Facebook ...
0
votes
1answer
624 views

facebook “share button” for mobile web html/javascript

i want to add a facebook share button to my mobile web app for sharing specific content from my app as picture with text etc. but i'm really confused!!! is the "share button" is depracated? what to ...
1
vote
0answers
95 views

Are Adsense ads permitted on mobile-web FB apps that render in the Facebook native app UIWebView?

I am developing a FB app with both a canvas & mobile versions. I would like to monetize with ads. Facebook policy is clear that only FB approved ad providers can be used for apps and that ...
0
votes
0answers
33 views

Linking and Auth with facebook mobile web app

I have currently an app running on facebook. It is embedded in an iframe. Now, that mobile devices getting more important I would like to embed this into mobile applications. I read a little bit ...
1
vote
1answer
79 views

I can not get my like button to show up on mobile [closed]

I have facebook likes on my page. I can see from my computer. However they are not showing up on my cell phone.
1
vote
2answers
662 views

How to get OAuth working on MVC4 mobile

I have been struggling to get OAuth to work on my MVC4 mobile application. I basically Created an MVC4 Mobile application Created an MVC4 Web application Copied the AccountController, AccountModel, ...
0
votes
0answers
142 views

Facebook login in mobile web

The Problem: I insert a facebook comment in a site and when i access the site using mobile it shows a box with a button "login to Facebook to Post a Comment". So i touch it and it will open a new tab ...
0
votes
1answer
775 views

Facebook mobile OAuth redirect_uri

Acknowledging that the authenticated referral mechanism is currently not working with the mobile web settings for Facebook applications, I'm running into an issue with verifying an access token based ...
2
votes
0answers
180 views

How do I detect if the Facebook Send Dialog is available?

The send dialog is a useful piece of functionality. Sadly it is not available on mobile devices I call the api in the following way; app.sendMessage = function(){ FB.ui({ app_id: ...
2
votes
1answer
473 views

Facebook mobile App responsive

I have an existing facebook app (tab and canvas) and I want to make it accessible via mobile devices. Do I have to create a "real" mobile web app eg with jquery mobile, or can I turn the app into an ...
1
vote
1answer
906 views

How do I get back to the iPhone web app after having logged in with Facebook Connect?

I have a mobile web site built using jQuery Mobile. I often run it in full screen/mobile web app mode on my iPhone (I have added the web app to my iPhone home screen). On one of the pages, the user ...
6
votes
3answers
1k views

Mobile version of the app is unavailable because it is misconfigured for mobile access

I don't see any requirements aside from the registration one here: https://developers.facebook.com/docs/guides/mobile/web/#register I've set the Mobile Web URL to the secure canvas url, but am ...
3
votes
2answers
1k views

Can Facebook's “Single Sign On” be achieved within a mobile web app?

It's my first posting on here (although I've been using this site for reference for quite some time). I've been trying for several days now to find or dream up a way to use Facebook's "Single Sign ...
1
vote
1answer
317 views

Check if logged into Facebook Application (Mobile), via Mobile Web

My question is as follows; I am trying to check if a user has logged into facebook via the facebook application on their handset (Android / iOS) from a mobile website. Is this possible, have you ...
0
votes
1answer
735 views

Facebook login on iPhone thowing errors

I have seen several past questions in SO, but none of them see to answer the question. I am trying to have my iphone webapp use the Facebook login, but it fails everytime with a 191 error: An error ...
1
vote
1answer
642 views

Where is the documentation for Facebook Connect for Mobile Web?

Has anyone seen it? Facebook made big announcements in 2009/2010 about 'Facebook Connect for Mobile Web' but now all I can find are broken links to pages that no longer exist on the official Facebook ...
3
votes
1answer
565 views

Blackberry and Facebook Like button (mobile web)

If using xfbml, the Facebook Like button doesn't even render on Blackberrys. If using iframe, the Facebook Like button shows up, but clicking on it doesn't do anything. Our only solution is to just ...
4
votes
2answers
2k views

Mobile websites: Facebook Like button

What method are you using for the Facebook Like button functionality for your mobile web sites? On desktop sites, I've used the following: <script ...
0
votes
1answer
1k views

Facebook like box not working on mobile browser

I'm writing a simple splash page for a client to hold a like box widget: <iframe ...
1
vote
1answer
828 views

Facebook Mobile Authorization

I am trying to make a Facebook Connect web app more "mobile friendly". I am currently able to allow iPhone users to log into the site using the normal Facebook Connect PHP libraries. Here is the ...