Questions tagged [app-id]

Identifier for an app that is unique across all apps within a given platform

Many platforms require consuming apps to identify themselves, so that the platform can decide which services can be provided to the app, how they should be provided, and at what rate. To that end, platforms often require developers to identify a list of apps which will use the platform, and the platform issues each one with an identifier string. The identifier string is unique across all apps which may use the platform and is typically a long, random, string (a "GUID").

272 questions
0
votes
1 answer

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 admin, because my UserID is also in the sourcecode,…
0
votes
1 answer

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 https://developers.facebook.com/docs/reference/dialogs/feed/) How can we find out what the appid was that…
wantTheBest
  • 1,682
  • 4
  • 43
  • 69
-1
votes
1 answer

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

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 so I can do other things on my own page at that time. But…
Steve
  • 4,534
  • 9
  • 52
  • 110
-1
votes
2 answers

using $_SESSION['fb_'.APP_ID.'_user_id']

I'm developing a fb application with php sdk 3.0 and I've noticed that Facebook starts a session that contain the app_ID like that: $_SESSION['fb_'.APP_ID.'_user_id']; This session store the facebook uid of the connected user. Is this a feature of…
-1
votes
1 answer

where to find appid

I registered my website in hopes to enable the facebook login script on my site, but after registration i was sent directly to the webapps page. Under the authentification section of the websites section it says I'll need my appid when filling out…
Paul Poole
  • 1
  • 1
  • 1
-1
votes
1 answer

Downloaded file share to other app like Whasapp, Facebook from my app

THIS error show my code i try set share option in my app for downloaded video java.lang.IllegalArgumentException: Failed to find configured root that contains /storage/emulated/0/VideoDownloadFAST/20200816190612.mp4 at…
-1
votes
1 answer

Will building & running another iOS project disassociate existing provisioning or app id's?

I recently recovered from not being able to test on my device in Xcode. After much headache, it turned out that I only needed to uninstall/reinstall iTunes, but I'd certainly rather not do so frequently. (See: prior thread) The troubles seemed to…
Old McStopher
  • 6,295
  • 10
  • 60
  • 89
-1
votes
1 answer

How do I create or find the Facebook App ID and Secret for an existing Organization page?

I am not a coder, just a marketing director trying to obtain the App ID and App Secret for my organizations existing Facebook Page. I need these for a wordpress plug-in to show our Facebook events on our website. Insight would be super helpful.…
-1
votes
1 answer

An App ID with Identifier ‘com.example.project_name’ is not available.Please enter a different string

I am using Xcode 7.3 to modify an old iOS application. The provisioning profile was invalid on the Developer portal. I have edited and regenerated the provisioning profile. The only issue I am having when uploading the application on iTunesConnect…
S.D
  • 93
  • 1
  • 1
  • 11
-1
votes
3 answers

Why app ids are stored in strings.xml in Android?

Isn't strings.xml is supposed to be used as a text storage for easing the translation of text in the app to other languages? For example - Facebook app id according to facebook manuals is advised to be stored in strings.xml. It means that if I want…
Draif Kroneg
  • 743
  • 13
  • 34
-1
votes
1 answer

How to get Android Application Id (not programmatically)

I have the app installed on my Android phone and I need to get its Application Id. I have the example of this id in Hex format (Camera id): 226a 2a26 000a 0014 0003 0000 007f 0000 007f 0001 0003. How can I get the same id in Hex format for any…
Evgeniy
  • 403
  • 1
  • 8
  • 18
-1
votes
1 answer

How can I find AppID that automatic creat with xcode7

To debug my application with device, I set a bundleID for my application, and xcode7 automatic creat an AppID for it. But I can't find the AppID in developer MemberCenter My question is, how can I find it and remove it? enter image description…
Jing
  • 1
  • 1
-1
votes
1 answer

Facebook App ID - Multiple Site URL's

I have a product consisting of hundreds of separate websites - each of which has a unique URL. Unfortunately it is not feasible for me to create a separate Facebook App ID for each website. Is it possible to configure one Facebook App ID that can be…
coryski
  • 103
  • 3
-1
votes
1 answer

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 or not. There are at least 4 kinds of request…
-2
votes
1 answer

Android Application ID

Can anyone say how to get an application id of market application installed in device. I want to get ID of particular installed application?
Klose
  • 158
  • 1
  • 1
  • 12
1 2 3
18
19