Guest User

My App Is Misconfigured For Facebook Log In Android

a guest
Jan 9th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1.  
  2.  
  3. ********************
  4. My App Is Misconfigured For Facebook Log In Android
  5. http://urlin.us/bzkoj
  6. (Copy & Paste link)
  7. ********************
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. Alternatively, you may be able to move your Facebook app to your Android's SD card.Cancel and restart the download.Log out of Facebook, then retry the download.Review Google's tips for troubleshooting download issues.Uninstall your Facebook app, restart your phone and then re-install the Facebook app from the Google Play Store or download the newest version of the app directly from Facebook.View Full Article Share ArticleWas this information helpful?YesNo. The hack launches a WebView dialog to Facebook without SSO, and the user must type their login credentials into that dialog. How can I fix this problem? android facebook shareimprove this question edited Nov 30 '15 at 18:04 Peter Mortensen 11.7k1779106 asked Sep 12 '12 at 6:46 AB1209 5,327175886 4 Are you sure it is not related to SSO? I had the same issue where it worked fine when the FB app was not installed, but when the FB app was installed I got the error above. Not the answer you're looking for? Browse other questions tagged android facebook or ask your own question. Just copy this key and paste it in the app dashboard. The alias name is "android". If you've already installed the Facebook app, you can find a list of the permissions the app uses in your phone's Applications Manager, or by visiting the Play Store and clicking View details under Permissions.Android permission (what youll see on your Android)Examples of what we use this permission forRead your text messages (SMS or MMS)If you add a mobile phone number to your account, this allows us to confirm your mobile phone number automatically by finding the confirmation code that we send via text message (SMS).Download files without notificationThis allows us to improve the app experience by pre-loading News Feed content.Read/write your contacts These permissions allow you to import your phones contacts to Facebook and sync your Facebook contacts to your phone.Add or modify calendar events and send email to guests without owners knowledge This allows you to see your Facebook events in your phones calendar. I agree with Jesse here. –Igor Ganapolsky Nov 5 '12 at 20:40 show 1 more comment 18 Answers 18 active oldest votes up vote 90 down vote accepted I work at Facebook, and this is an important issue that needs to be addressed. SDKsiOS SDKAndroid SDKJavaScript SDKPHP SDKUnity SDK. shareimprove this answer answered Sep 12 '12 at 13:03 haupman 547 Exactly the same here. keytool -exportcert -alias android -keystore C:android2012android.keystore openssl sha1 -binary openssl base64 I used the above-mentioned command to generate the Release key hash. That should fix the problem. Please do not follow the accepted answer here. WIth that informations it finnaly works!!! Damn it's good to get it running !!! ^^ Could be nice to link that clear article somewhere :) rewb0rn commented Mar 20, 2013 Guys you were saving my ***. The solution provided by me, "solves" the problem but offers other problems. Email Sign Up or sign in with Google Facebook App is misconfigured for Facebook login: Android Facebook integration issue Ask Question up vote 76 down vote favorite 30 I have integrated my application with Facebook, and for this I am using Facebook's Graph API. Do not use the accepted answer for this question. yanfangliang commented Oct 23, 2012 have you resolved this problem? dornad commented Oct 23, 2012 It looks like a misconfiguration on the application on the Facebook Developer Portal. Step 1: In your Facebook SDK, locate the Util.java class. –Jesse Chen Sep 15 '12 at 18:28 2 JesseChen, Thank you very much for your guidance. Put your alias instead of "androiddebugkey" and your keystore instead of "debug.keystore" shareimprove this answer edited May 23 '17 at 11:45 Communityf 11 answered Nov 11 '12 at 22:11 Paveliko 3828 add a comment up vote 0 down vote This issue occur may be because of we are using "openssl-0.9.8k" versions. –BBdev Sep 17 '12 at 8:05 1 Indeed, this error also happens in Facebook's own SDK samples! Go figure. You signed in with another tab or window. WHen the error hits the callback breakpoint youll see a string that has your hash key in it you can use for debugging! Durss commented Mar 1, 2013 I'm kind of stuck with the same error. Mine is C:Program FilesJavajdk1.7.005bin. I tested my App with Debug Key Hash was alright in emulator and my device HTC. It has happened to me before. How do I log out of Facebook?To log out of Facebook:Click at the top right of any Facebook pageSelect Log OutView Full Article Share ArticleWas this information helpful?YesNo. Stack Overflow Questions Developer Jobs Tags Users current community help chat Stack Overflow Meta Stack Overflow your communities Sign up or log in to customize your list. sscholle commented Nov 15, 2012 This seems to happen alot on android, but its usually just a "Key Hash" that needs to be added on the FB App Settings page. Pick a username Email Address Password Sign up for GitHub Already on GitHub? Sign in to your account App is misconfigured for Facebook Login #15 Closed andrius-k opened this Issue Sep 15, 2012 8 comments Comments Assignees No one assigned Labels None yet Projects None yet Milestone No milestone 7 participants andrius-k commented Sep 15, 2012 I'm getting this error when testing on samsung galaxy s plus, Android 2.3. Already have an account? Sign in to comment . To fix this, check your LogCat for any error messages and make sure that you have everything implemented correctly 5a02188284
Add Comment
Please, Sign In to add comment