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
10 views

php new Facbook function hanging

For the last fifteen minutes or so when I include the code below in my php script it hangs. Is there a better way to do this? $facebook = new Facebook(array( 'appId' => '{myId}', ...
0
votes
0answers
12 views

FB Open Graph Object stuck on deleted app_id

I initially created a FB app and used it to create an Open Graph object for my website. However, I wrongly set the og:type to "article" on the home page. In an attempt to work around this, I deleted ...
0
votes
0answers
13 views

How do I get an AppID for xfbml for Facebook Like button without texting ability to get code?

How do I get an AppID for XFBML for my Facebook Like Button if I don't have text capability to receive code on my mobile phone to get it. I haven't added a mobile phone # on Facebook account for ...
-2
votes
0answers
5 views

How do I recover a facebook account for a facebook website app if I only know the appID? [closed]

Sorry if this is not the right place; I couldn't find anything else in facebook where this question seemed appropriate (and I got a lot of errors and blank pages). Is there a way to recover the email ...
0
votes
0answers
23 views

Facebook Dialog Feed - Facebook Application ID

Currently, I would like to share my website link via Share by Facebook function. After google it for a while, it comes to me that Facebook Sharer (which is an easy way to share a link without ...
0
votes
0answers
6 views

Where to find “Connect URL” and “Base Domain URL”?

To make my newly registered Facebook-App work, (named: "The Horror Library" - for my Forum), I have to, according to someone who guided me with support, but itsn't helping me any further: "Remember ...
0
votes
0answers
2 views

Unable to locate Insights App_ID [duplicate]

We are unable to locate our Insights App_ID Going to http://developers.facebook.com/apps, bring us back to our main Facebook page and https://www.facebook.com/insights/ does not display our App_ID ...
0
votes
0answers
32 views

Facebook App id rejected with .me domains?

Hello I've just tried to get app id for a .me domain, and it gives an error: Error You have specified an App Domain but have not specified a valid integration URL. o-star.me must be derived from one ...
0
votes
0answers
24 views

Does hosting App on multiple domains require multiple AppIDs?

I have a Silverlight control that's used to author some graphical content, and I am starting work to integrate it to Facebook so people can have access to their pictures. Things are working well, I am ...
-5
votes
1answer
530 views

An error occurred, please try again later [closed]

I have my facebook app id but it seems to corrupted . I lost my fb account from which i have made this facebook app id. Now when i try to login via fb button responces as An error occurred, please ...
3
votes
2answers
2k views

Android Facebook Api Exception - remote_app_id does not match stored id

I have an issue as said in the title of this post. I am unable to login. SessionState currentstate = session.getState(); gives me a state CLOSED_LOGIN_FAILED. I took a look at this post, ...
0
votes
1answer
374 views

how to set facebook app id in iOS

I thought an app need to submit the App ID to facebook server to pass OAuth , getting user's permission , then get the active session to read/post information. I am looking for something like: ...
1
vote
2answers
79 views

Should I hide fb:app_id from users?

I recently implemented the new open graph 3.x in my ios app. It's awesome, what a huge upgrade. My only concern is that now when a user clicks on the post on facebook they can see the graph objects ...
3
votes
1answer
133 views

Can i share the same App id and App Secret between an iOS App and the corresponding Facebook Game?

I have seen this new policy and I'm a bit worried: *(Games on Facebook.com and mobile must not share the same app ID with desktop web games off of Facebook.com) I have 3 apps that shared the ...
1
vote
0answers
123 views

Setting up Facebook 'like' button correctly on my website

I have thought for a while that my settings are iffy for my facebook 'like' button. I have a facebook business page, but 'likes' on my website seem to go to a facebook website administration page ...
1
vote
1answer
46 views

Multiple Facebook app_id on same url

Is it possible to have two Facebook App Ids on the same page? We wish to do this as we are adding a new Facebook app to a network of sites but want to avoid having to update each individual site's ...
2
votes
1answer
307 views

Using the FB.ui function without an App ID?

Background: We have a municipal webpage where we can post announcements. I'd like to be able to also post those announcements to FB without having to log into FB and reposting everything - I want ...
0
votes
0answers
349 views

fb:app_id' could not be parsed as type 'fbid'

Facebook debugger says: "Object at URL 'http://www.domain.com/' of type 'website' is invalid because the given value '1234567890' for property 'fb:app_id' could not be parsed as type 'fbid', It ...
0
votes
0answers
34 views

Lost email address used to register apps [closed]

At some point we have forgotten which email address was used to register our iOS Apps with Facebook. I have the Facebook App IDs but no idea what the email addresses associated with them are. Is there ...
0
votes
1answer
26 views

Is it possible to look up a facebook login associated with an application?

I have a facebook application that we use however the log in to edit the permissions and admin for the application has been forgotten. Is there anyway I can use my app id to look up what log in ...
0
votes
0answers
28 views

No like buttons on my domain

I have a facebook account for a business, so I can not get a personal App. Nevertheless my account has a FB-App and in the welcome e-mail from facebook I found some data, that is probably the ...
0
votes
0answers
36 views

www vs facebook game version limitations [closed]

We want to use the same server to host our www game version and our facebook game version. So players could log in to the same game from both entryways. Also, so fb users could use the same account ...
-1
votes
1answer
130 views

Redirect to my fb.admin site while requesting to create an app-id for my website

First:I have a facebook account for a website, not for my person. The problem: All times I'm trying to create an app-id for my website, I get redirected to my facebook account - whether I'm logged in ...
0
votes
2answers
206 views

what is the Facebook Events app id?

I have embeded the Activity feed widget on my website, but I only want to show FB events from my FB business page - i think the script generator will do it but I don't know the Facebook Events App id? ...
-1
votes
1answer
1k views

How do i get my App ID [duplicate]

Possible Duplicate: Creating and managing a Facebook app from a Business Account How do I get an app ID whenever I try I get forwarded back to my adverts. When I click on ...
0
votes
0answers
279 views

how to find App ID for new company page and set up activity feed on webpage? [closed]

I have just created a new company facebook page and want to get the code for the activity feed. The activity feed template is asking for my App ID and I do not know how to find it. The information I ...
0
votes
2answers
199 views

Get Access Code without an App ID

I need to post to my client's facebook wall from their C# application, they do not have a facebook application. To do this I need to get an Access Token, and to do that I need an App ID. How can I ...
0
votes
3answers
160 views

Facebook js sdk can't retrieve name of logged user

I am using the facebook JS SDK. I am currently logged in facebook and my code is the folowing : $(document).ready(function() { FB.init({ appId: "myappID", xfbml: true }); ...
0
votes
1answer
485 views

Testing iOS 'Deep Linking' without an App Store ID

So, I have searched for an answer to this, but can't really find anything.... I want to test Facebook deep linking into my iOS app. I want to try passing JSON in the "data" parameter of the request, ...
2
votes
0answers
185 views

FB app not showing up by insights

My App is not showing up when I access the FB insights page (at: https://www.facebook.com/insights/) However, if I click the create app link on the left it will show up. Additionally - it shows no ...
1
vote
0answers
86 views

JavaScript SDK - App ID [duplicate]

Possible Duplicate: How can I get an APP ID so I can access the Facebook JavaScript SDK No 'send button' without JavaScript SDK. But the JavaScript SDK requires that you register your ...
0
votes
1answer
166 views

did phone verification but facebook did not give our AppId

We need to use the Facebook Javascript SDK. We followed the instructions to get an 'AppId' for our website: 1) logged in to a working Facebook account 2) looked here to find how to get an app id => ...
1
vote
1answer
308 views

Application to retrieve Castleville neighbors from Facebook list of friends

I`m working on a php application to create a list of my Facebook friends who play Castleville. I succesfully setup my project to connect to Facebook, and execute a FQL query to retrieve all my ...
0
votes
1answer
186 views

AppID not recognized, but it shows up correctly in the source code (Comment box)

I have integrated Facebooks Comment box into my page. I copied the generated code into my page. The App-ID shows up correctly in the sourcecode, but Facebook does not recognize it. I am treated as ...
0
votes
1answer
825 views

lost my Facebook appid for my website

We registered our website with Facebook. We then wanted to start using the Facebook Javascript API to make use of the Facebook Feed Dialog (see ...
1
vote
1answer
394 views

How risky is publishing your App Id when using feed dialog?

I'm concerned that when I use Facebook's feed dialog I'm making my App Id public and thus open to exploitation. Is there much risk in my App Id being public? IF yes, what are those risks?Are there any ...
0
votes
1answer
103 views

What are technical requirements in order to make “Recommend This Site” button work properly

I am getting odd and inconsistent "Like" counter results on my site. Do I need a FB App Id? Do I need to have this meta tag present on the page? <meta content="123456789012345" ...
0
votes
1answer
598 views

Getting APP_ID for Facebook?

I'm following the Facebook tutorial for Android Developers. Right here: Number 1 clearly says to change Number 2 to my "APP_ID" but I don't know where to find what my APP_ID is. How can I find ...
0
votes
1answer
297 views

How do I transfer Comments from one Facebook App ID to Another?

Is there any way to transfer comments from a "deleted" Facebook app (that is still receiving comments) to a new app id? The app was deleted by accident quite some time ago but we now have thousands of ...
0
votes
1answer
387 views

First Facebook app, cant create an app id, why?

first of all, please excuse my english. im trying to get the app id for my site, but when go to facebook developers page to get it, facebook always retunrs me to my own facebook page, so i cant get ...
0
votes
3answers
293 views

Hiding facebook app_id in Android Application

I am wondering if it's possible to hide the Facebook app id for my application? The apk can be decoded with special tools like apktool and I don't want my Facebook app id or other private information ...
0
votes
1answer
91 views

Adding comments to my webpage

I'm trying to add the comments thingy to my page. I followed the directions here: https://developers.facebook.com/docs/reference/plugins/comments/ I have no idea what URL I should set ; I tried my ...
1
vote
2answers
2k views

Object at URL “my website” of type 'website' is invalid because the given value “app id” for property 'fb:app_id' could not be parsed as type 'fbid'

I don't really get why it doesn't work. I also tried fb:admins with my fb id but i get the same error while debugging. so i tried: <meta property="fb:admins" content="{1592996229}"/> and ...
-1
votes
1answer
692 views

How can I get an APP ID so I can access the Facebook JavaScript SDK [duplicate]

Possible Duplicate: Do I need an appId for a XFBML version of the Facebook Like button? I would like to use the Facebook JavaScript SDK to sense when the Like button on my page is clicked ...
0
votes
2answers
791 views

App Id and Secret key Facebook for Android

I'm creating a facebook application on the Android platform ... to make a thesis ... I was wondering ... but because we need to create an application on facebook? What is the App ID and Secret Key? ...
2
votes
1answer
2k views

why does facebook's dialog.feed require an app_id

I am using facebook.com/dialog/feed?app_id=...&caption=...&description=... Because it allows me to dynamically set the content of the share dialog box. I do not understand why an app_id ...
0
votes
1answer
6k views

Getting Facebook App ID's via API Key/Secret

I have a whole bunch of API Keys/Secrets from all of my old Facebook Apps stored in my database. However, Facebook does not support the API Keys only the App IDs, which I don't have. I have tried ...
0
votes
1answer
242 views

Can I get NEW APP ID and use it for an old APP?

I have some modified apps on a site. Is it possible to create a new APP ID and swap the old ID with the new one? Would the the apps still work or do I have to start from scratch?
0
votes
1answer
514 views

Facebook debugger / linter gives “extraneous property” error suddenly even though nothing changed

I have a few blogs that use Facebook comments. They all use the same code to implement the comments box plugin and the meta tags. The only thing that changes between them is the og:app_id property. ...
0
votes
2answers
868 views

Facebook Like Button Error: App ID does not match Domain

I am trying to set up an app and like button on pages within my site. I thought I was all set but am getting the following error: The app ID specified within the "fb:app_id" meta tag is not ...

1 2