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.
Configuration is the process of specifying the settings used for a system or application
0
votes
0answers
34 views
Open Graph metatags not associating page with admin in Facebook
I have added the following metatags to a page:
<meta property="fb:admins" content="673761334" />
<meta property="og:site_name" content="LDS Ability" />
<meta property="og:image" ...
-3
votes
1answer
41 views
facebook android sdk configuration [closed]
I am new in facebook android sdk. Using the link i tried to configure the sdk but every time get error and can't import library. There is a facebook-sdk.jar file through which i can import some ...
0
votes
0answers
23 views
Plugin likebox vs. Page configuration
I´m having problems with a likebox plugin using in an iframe
It´s showing the stream of my Company´s Page only if you are logged in.
Here is the code of my likebox iframe:
<iframe ...
1
vote
1answer
3k views
Given URL is not permitted by the application configuration
I have used this in my html page...
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 'xxxxxxxxxxxxxx', // App ID from the App Dashboard
...
0
votes
0answers
93 views
Open graph action link to navigate to my fb app?
We have developed a facebook app and are using Open graph features. When we trigger a Facebook OG, we have configured action link "Take" and a corresponding Linked action "Try" which the user can ...
0
votes
1answer
26 views
Can't set up a simple app
I can't set up my first app.
It's a just 'hello world' php located at: http://www.mysite.com/apps/myphp.php
Display Name: My App
Namespace: myapp
Sandbox Mode: Yes
--
Canvas URL: ...
0
votes
1answer
113 views
Can I have more than one custom URL Scheme for authentication with the Facebook iOS SDK
upon reading the docs it states:
Adding your Facebook App ID
Finally, you need to place the Facebook app ID in two places in your
application's main .plist file. Create a key called ...
0
votes
0answers
178 views
Configuring a proxy for facebook graph
I'm implementing the facebook graph API but per security reasons I'm not allowed to do a external call in back-end side. In this case what I need to do is to configure a proxy pointing to the facebook ...
0
votes
0answers
128 views
API Error Code: 191 when clicking on a shared link
I'm sharing a link to a url using JS FB.ui. Logged in to site using the JS SDK, and the sharing is working, but when click on the shared link am getting this:
API Error Code: 191
API Error ...
0
votes
0answers
12 views
Can we retrieve the Open Graph configuration of an application through the Graph API?
WIth the application object (https://developers.facebook.com/docs/reference/api/application/), we can already retrieve a lot of information about an application. In my case, I would like to read the ...
0
votes
0answers
54 views
Edit app lead to page not found [closed]
I was trying to edit my app setting (https://developers.facebook.com/ -> Apps -> Edit App) to add a new https URL but got the page not found error (the target URL is at ...
2
votes
1answer
124 views
Can I copy my Open Graph configuration between apps?
Is there any way to export you open graph settings, or copy them between apps?
We have domain names that we used to deploy our code to before it goes into production.
http://dev-mysite.blah.com
...
0
votes
1answer
228 views
How to receive Facebook App id on a canvas page
Is it possible to get the Facebook app id on my canvas page?
So I am here: apps.facebook.com/myappspace
and in my index.php I want to get the FB App id now. Is this possible? The only way I figured ...
0
votes
1answer
1k views
How to become redirected to Facebook's Mobile Web URL
I would like to integrate an existing, external application with Facebook using Mobile Web method and its authenticated referrals as well as to be able to redirect user (incoming from a different ...
1
vote
1answer
279 views
Facebook open graph layout when actions and objects are not one to one
I am building out open graph objects and actions for use with an application I am developing and would like to know if it is possible to have two different attachment layouts when a single action is ...
1
vote
3answers
1k views
Add application to Fb Page from outside Fb, add tab for it and configure if with specific data?
I have a simple product catalogue for businesses. There is a catalogue's management interface for adding products. Each business has a unique domain name where all its products are listed.
I would ...
0
votes
1answer
58 views
Change App Landing Page
I have created a facebook app that works properly, but when it is searched for on facebook, the user is redirected to an app landing page (http://www.facebook.com/apps/application.php?id=111111111). ...
2
votes
1answer
1k views
How can I use one app for many subdomain with the graph API?
In my case I want to use one app to get some data with the graph API. Each of my users have a subdomain like http://user.mydomain.com. But when I set up my FB app I can only use one website in the ...
1
vote
1answer
691 views
Bug?: Action type: 'watch' must be submitted for approval
Is this a bug?
When I click 'Create New Action Type' on the Open Graph dashboard and choose 'watch' or 'like' or 'read' I get this on top of the configuration page:
Approval Status: Unsubmitted ...
1
vote
1answer
248 views
Problem with fb:chat-invite
I have a iFrame based application.
Here I need to Integrate the facebook chat. I have integrated that by using this script.
<fb:serverfbml>
<fb:chat-invite
msg="Hey Rate the ...
5
votes
2answers
2k views
How to configure a Facebook Application for sub domains
I'm building a Multi-Tenant application and I'm struggling incorporating a Facebook Login into the web application.
The tenants are using a sub-domain for example
http://tenant-1.domain.com/
...
0
votes
2answers
75 views
Is it possible to enforce initial configuration of a page app?
I'm attempting to develop my first Facebook app that is designed to allow clients of our website to sell tickets to their events from their Facebook page as well as from our website. So when the ...
3
votes
1answer
785 views
PHP locally hosted, connecting to external resources through a proxy server
I'm trying to do some locally hosted facebook development but I'm on a university network, and therefore all outgoing connections from my computer need to pass through our proxy server. The main ...
