I want to integrate Facebook and Nextpeer in my App. I have facebook login button in my activity and it works fine. I have also nextpeer multiplayer activity which also works fine if I'm not logged in to facebook but when I'm logged in to facebook and try to start multiplayer game than I get error:
java.lang.ClassCastException: com.facebook.AccessTokenSource
cannot be cast to com.nextpeer.android.facebook.AccessTokenSource
So it's seems that nextpeer is trying to login to facebook using class from facebook SDK.
Can anyone help me with that? Please :)