dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Facebook stopped working using 4.4 #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, Thank you for all your brilliant work.

I have been using this for quite a while now but suddenly I am getting this 
error when trying to use Facebook. Twitter, LinkedIn and Email are still 
working perfectly. Do you have any idea what may have caused the issue please?

04-12 13:35:14.776: E/AndroidRuntime(12707): FATAL EXCEPTION: main
04-12 13:35:14.776: E/AndroidRuntime(12707): Process: com.map.test, PID: 12707
04-12 13:35:14.776: E/AndroidRuntime(12707): 
android.content.res.Resources$NotFoundException: Resource ID #0x0
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.content.res.Resources.getValue(Resources.java:1123)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.content.res.Resources.getDrawable(Resources.java:698)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
org.brickred.socialauth.android.SocialAuthDialog.setUpTitle(SocialAuthDialog.jav
a:191)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
org.brickred.socialauth.android.SocialAuthDialog.onCreate(SocialAuthDialog.java:
146)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.app.Dialog.dispatchOnCreate(Dialog.java:361)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.app.Dialog.show(Dialog.java:262)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
org.brickred.socialauth.android.SocialAuthAdapter$4$1.run(SocialAuthAdapter.java
:644)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.os.Handler.handleCallback(Handler.java:733)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.os.Handler.dispatchMessage(Handler.java:95)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.os.Looper.loop(Looper.java:136)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
android.app.ActivityThread.main(ActivityThread.java:5017)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
java.lang.reflect.Method.invokeNative(Native Method)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
java.lang.reflect.Method.invoke(Method.java:515)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
04-12 13:35:14.776: E/AndroidRuntime(12707):    at 
dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by natalie-...@hotmail.com on 12 Apr 2014 at 12:44

GoogleCodeExporter commented 8 years ago
Hi ,

the exception shows that you have not included facebook image in your images 
folder. and if included you might have changed the name. 

check any original example provided with sdk and let me know.

Original comment by vineet.a...@3pillarglobal.com on 14 Apr 2014 at 6:52

GoogleCodeExporter commented 8 years ago
That's strange. I have the line adapter.addProvider(Provider.FACEBOOK, 
R.drawable.fb); 

with fb.png in the drawable folder, no changes were made when it suddenly 
stopped working. 

Thank you for your reply.

Original comment by natalie-...@hotmail.com on 14 Apr 2014 at 7:48

GoogleCodeExporter commented 8 years ago
Adding a different image seemed to solve the issue.

Apologies no idea why it stopped working.

Thank you.

Original comment by natalie-...@hotmail.com on 14 Apr 2014 at 7:57

GoogleCodeExporter commented 8 years ago
The same problem happens to me , how did you solve that proble @natalie ?

Original comment by oussama....@gmail.com on 19 Apr 2014 at 3:04

GoogleCodeExporter commented 8 years ago
Hi oussama,

Can you please let me know what problem you are facing..

Original comment by vineet.a...@3pillarglobal.com on 21 Apr 2014 at 9:50

GoogleCodeExporter commented 8 years ago
Closing this issue as user alraedy open a new issue. Please follow the thread 
167

Original comment by vineet.a...@3pillarglobal.com on 21 Apr 2014 at 9:52