Scringo Facebook , app id logcat issues , Facebook login works with Parse SDK not with Scringo

StackOverflow https://stackoverflow.com/questions/21356084

  •  02-10-2022
  •  | 
  •  

Question

I use parse sdk and scringo in my app , parse works fine for my login with facebook so app_id is set correctly , but when login via scringo it just shows please wait

any help !!

Logcat

Scringo(11060): You need to set the facebook app id in the manifest. See https://developers.facebook.com/docs/tutorials/androidsdk/3.0/upgrading-from-2.0-to-3.0/#login

how to go ahead with facebook sdk and scringo , the site is not informative and even the api docs dont explain much , no reply over email so i have to turn to SO for help

EDIT:

I use broadcast receiver now as per their guides , how to login correctly http://www.scringo.com/docs/android-guides/popular/handling-login-status-changes/

Was it helpful?

Solution

What you're describing is a problem common to all Facebook libraries, you need to create an application on Facebook and get an id/key (http://www.scringo.com/docs/android-guides/popular/connect-to-social-networks/), most libraries then require that you set it in the manifest. I haven't used this library, if you want to try using https://github.com/sromku/android-simple-facebook I can provide more help (if you need it, Simple Facebooks guide is pretty good), otherwise this hopefully makes it clear what you're missing

According to their quick start guide, Scringo it turns out also has it's own App Ids which you get through a dashboard, take a look here: http://www.scringo.com/docs/android-guides/quickstart/

OTHER TIPS

I had the exact same issue.

I fixed it by adding my scringo app id in the scringo.properties file under the assets folder of my project:

scringo.app.id="your_scringo_app_id"

Hope it helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top