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 templates tag is used in multiple contexts: generic programming (especially C++), and data/document generation using template engines.
0
votes
2answers
690 views
ASP.NET MVC 4 Facebook template Application Does not get past the permission stage
I've downloaded and installed the VS2012 Fall Update which introduces the new Facebook Application Template for ASP.NET MVC4 applications.
I've created a facebook app and copied the App ID, App ...
1
vote
1answer
240 views
Facebook App on Azure using ASP.NET MVC Facebook Template (API Error Code: 191)
I try deploying my first Facebook App on Azure using ASP.NET MVC Facebook Template as an example. I do not do anything extra, just what in the example.
But every time I get an error:
API Error ...
0
votes
1answer
91 views
Difference between developing a standard website and a Facebook application
I’m new to web development but have coding experience (Java) and I’m trying to build a Facebook application. The languages which I’m going to be using are HTML5, CSS, JS and PHP.
I’ve been skimming ...
0
votes
2answers
293 views
how does facebook has different layouts when i browse from different devices?
i was wondering how does facebook shows different types of layouts on different devices? i see a standard template on Desktop browser, and different on mobile devices and iPhone, and iPads,
are these ...
1
vote
1answer
403 views
404 - Not Found error while trying to access my new facebook app
404 - Not Found The page you are trying to access does not exist. If
this error persists, please contact the website webmaster.
The above message appears when I attempt to access my new ...
0
votes
1answer
156 views
Facebook stopped pulling metadata for certain blog posts despite all posts using the same PHP template
I'm currently using Drupal 6 with a special content type template for all blog posts. At the moment we're not using OG tags but I have it pull the main metadata with content-type, title, image, and ...
0
votes
2answers
1k views
Image From WordPress Won't Appear On Facebook Wall
I have recently made a custom template for my Wordpress powered site but when ever I copy a link from one of the post pages onto the Facebook wall it no longer posts the feature image with it. I used ...
0
votes
1answer
636 views
Facebook Comment Plugin is not working with smarty template
The facebook comment plug in is not working with smarty template. The code I am using is given below
<div id="fb-root"></div> {literal}<script ...
0
votes
3answers
5k views
How can I create a <a href=> to facebook and share a message? [closed]
I don't want to share my PAGE, but I want to share a message with a short URL link to something.
1
vote
2answers
803 views
Facebook Connect button question - please help
<fb:login-button onlogin="window.location = '/custompage.html';">Connect</fb:login-button>
That's currently my code for users to log in to my site. It's in FBML.
It will pop up a box, ...