Questions tagged [app-secret]
68 questions
0
votes
1 answer
context.fields(all_mutual_friend) returns Unsupported get request
I'm trying to get all mutual friends between me and other (not my friend) user.
To do it i use a php server connecting with graph.facebook.com (REST client)
I'm using the AppSecret from dashboard
I'm sending valid access_token (with user_friends…

Bamboo
- 1
- 1
0
votes
1 answer
Are there any volume issues regarding the Facebook app id and app secret and how many separate "applications" I use the same app id/secret on?
Are there any volume issues regarding the Facebook app secret and how many separate connections (or "applications") I can use the same app id/secret on? For example, I'm creating a SharePoint auto-hosted Facebook application. Auto-hosted means that…

Shane Kercheval
- 3
- 1
0
votes
1 answer
Is it safe to distribute a Dropbox client secret with the application?
Is it safe to distribute a Dropbox client secret with the application?
For example, if I wanted to release an open source project, I would need to embed the client secret into the application (since Dropbox uses oauth 1.0).
How can this be done…

Josh Voigts
- 4,114
- 1
- 18
- 43
0
votes
1 answer
Alternate register/login with facebook details
The application on my forum (alternate registration information) asks for
Facebook App ID; - i have this
Facebook Secret; - i have this
Facebook Page Url; - what is this?
Facebook Plugins default language; english (UK)
Site Domain; - what is this?…
0
votes
1 answer
App security breach - how to invalidate all the tokens for one app?
One of our apps got hacked and some wall posts/photos are posted on
behalf of our app. We are suspecting that a hacker has somehow retrieved access_token from our app.
What's the best way to plug this security breach?
We want to invalidate all the…
-1
votes
1 answer
Can an exposed Facebook App Secret cause the developer's Facebook account to be hacked?
Someone is claiming that due to exposing their Facebook App Secret on an app that was never deployed live, only locally in development, their Facebook account that they used to generate the Facebook App ID and Secret was hacked and they have lost…

mrrrow
- 98
- 3
- 9
-2
votes
1 answer
How to add a "key" and its "name" to apsettings.js in ASP .NET Core Web application
In ASP .NET Core Web Applications I have noticed that the connection string can be put into apsettings.json or secret.json file as follows:
appsettings.json
{
"ConnectionStrings": {
"DBConnectionString":…

Gavel Mifdan
- 1
- 2
-2
votes
1 answer
Andorid: install an app from another one silently (without Root)
I want to make a prank to a frinend.
I m coding an application that send an SMS to my phone saying something. The problem is that when my friend installs my app the device obviously alert him saying that the app has the "send SMS" permission and it…

Alessio Trecani
- 713
- 2
- 10
- 25