facebook Questions

4

Solved

I have followed the tutorial on Instagram Display API, created my redirect_uri on ngrok and correctly assign my app_id. Here is the response I get. { "error_type": "OAuthException", "code": 400,...
Ajani asked 9/11, 2019 at 10:16

9

Solved

Given the following Facebook profile and page URLs, my intent is to extract profile ids or usernames into the first match position. http://www.facebook.com/profile.php?id=123456789 http://www.fa...
Hemiterpene asked 5/3, 2011 at 17:58

2

I'm implementing Facebook login for my Flutter app. My backend is AWS Amplify. When trying to login with my Facebook account, I'm facing this warning message. My understanding is that the review i...

8

When using the same Facebook getting started guide (https://developers.facebook.com/docs/messenger-platform/quickstart) I am getting an error on the node.js console when typing a message and send...
Soosoochow asked 7/7, 2016 at 21:13

19

Solved

Important notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying to login with Facebook to my website: I get the following error: U...
Byington asked 3/5, 2016 at 9:55

7

Solved

I am working with a group to help promote a charity event. The page I would like to embed is NOT my Facebook profile, but a Facebook page someone has created. I would like to show that news feed i...
Bibliofilm asked 8/2, 2012 at 3:19

4

Solved

While using the facebook debugger, it complains: Warning fb:app_id hasn't been included in the meta tags. Specify the app ID so that stories shared to Facebook will be properly attributed to th...
Yongyoni asked 28/1, 2016 at 15:55

8

Say I have an Android application that connects to a .Net API for receiving/setting data. The confusion that I have is regarding how to sign-up/login the user first time and authenticate it every t...
Amphibious asked 5/11, 2013 at 21:32

6

Solved

I'm aware that there are many questions about Facebook access-tokens and the grief they cause, but despite much experimentation and reading many frustratingly vague blog articles (FB and otherwise)...
Dallasdalli asked 28/8, 2012 at 22:31

11

Solved

I have a game in heroku, now I'm trying to make it work in Facebook canvas, but, while it works in Firefox, in Chrome and IE doesn't. IE shows a warning with a button, when clicking the button, it...
Cinderella asked 5/3, 2014 at 10:1

6

Solved

I'am using the new Google Play App Signing to sign my application and there is a mismatch key-hash. I integrated Facebook Login in my app and it said keyhash invalid. The keyhash release of my AP...
Dordogne asked 28/6, 2017 at 9:16

6

I have a laravel project that uses facebook login. But after a few days of testing, when I go to the route, it says Sorry, something went wrong.. I did not touch or modified my code and as well as ...
Linstock asked 18/8, 2020 at 6:8

2

I've started to have an issue with a WebviewFragment which opens inside my Android app which is meant to open a Facebook Page within the webview, this was working until recently (can't say exactly ...
Crissum asked 17/1, 2023 at 15:51

7

I have the following code: $fb = new Facebook([ 'app_id' => $appId, 'app_secret' => $appSecret, 'default_graph_version' => 'v2.9', ]); $oAuth2Client = $fb->getOAuth2Client(); $toke...
Sane asked 2/5, 2017 at 12:17

4

Solved

With the new Facebook changes on August 1, 2021 (I think) the Developer Dashboard > Facebook Login settings have been updated and now include a Allowed Domains for the JavaScript SDK section. Th...
Yep asked 26/8, 2021 at 4:56

1

Solved

Once i intall the app in the android device, once i try to open it, it suddenly crashes and closes. always having same issue even though i did reset-cache and gradlew clean. java.lang.NoClassDefFou...
Bioclimatology asked 14/12, 2023 at 11:11

3

Solved

I have image that is being generated in runtime on my website and I display it in html using <img src="data:image/jpeg;base64,<!-- base64 data -->" /> Now, I want for Facebook to fe...
Icterus asked 27/8, 2013 at 8:19

1

I have subscribed to leadgen topic for my page. Tested it using Webhooks console, it works fine. I created an ad with lead form and tried to create a test lead. But the webhook is not being trigger...
Gregoire asked 21/6, 2017 at 9:15

4

I want send message as shown link https://developers.facebook.com/docs/messenger-platform/send-api-reference#rate_limit You can see parameter "USER_ID". How to get page scoped user id? please show ...
Demaggio asked 27/5, 2016 at 12:11

4

Solved

I started working on a new project that is 100% written with Jetpack compose, meaning we don't have any fragments and we're also following the Single activity pattern. Now I have to implement the F...
Pompey asked 8/9, 2021 at 16:59

6

I am attempting to use the Graph API Explorer to create an access token for my application to view my pages using 'me/accounts'. However, every time I try this, it returns me an empty data set. I h...
Conjuncture asked 26/6, 2013 at 20:5

23

Facebook callback has started appending #_=_ hash underscore to the Return URL Does anyone know why? What is the solution?
Wrecker asked 20/8, 2011 at 13:5

8

Solved

Last night Facebook disabled our app with the following justificative: Developer Policy 6.1: Verify that you have integrated Login correctly. Your app shouldn't crash or hang during the testing pr...
Urease asked 31/12, 2021 at 15:32

30

Solved

I'm using Laravel Socialite to add a Facebook connect button on a website. Sometimes, I've got this error on callback: exception 'Laravel\Socialite\Two\InvalidStateException' in /example/vendor/l...
Neuroma asked 5/6, 2015 at 7:32

2

I'm using Facebooks Graph Api 3.2 (newest). I have a valid token and run "/me/accounts" via Graph-Explorer. There listed 41 of my pages. But I manage 43 pages. 2 are missing. For these missing 2, I...
Ornithomancy asked 20/11, 2018 at 10:50

© 2022 - 2024 — McMap. All rights reserved.