I recently downloaded facebook-android-sdk-3.8.0 and begun to develop an example-app with Facebook integration.
I'm following these tutorials on the Facebook Developers page: https://developers.facebook.com/docs/android/scrumptious
I have successfully implemented the first two parts, i.e. "Authenticate" and "Personalize". But now I'm totally stuck on the "Show Friends" tutorial (https://developers.facebook.com/docs/android/scrumptious/show-friends).
Step 2e works good, but from that to step 3c is not.
The problem is that the friends picker is not shown at all. When I touch the "With whom? Select friends" button, the activity is opened and I see the blue bar at the top with the title "Choose Friends" and the Done-button on the right. But the activity is otherwise white, i.e. without the list of friends.
By examining LogCat, I can't recognise any meaningful error or log messages.
I have read the tutorial through sentence by sentence for at least four times and compared to my implementation, and I just can't find the cause of why the friends picker is not shown. Have also tried to google for a cause and solution but without luck.
I would really appreciate if you can identify the problem and help me to solve this, so I can continue with the tutorial :)