1

I doing work in social integration project, in that, Facebook integration, in my created app i got following error in image,how to got that permission ? please help me :

Error : The following permission have not been approved for use and are not being shown to people using your app : user_birthday,locaion,user_photo

enter image description here

Following is the screen shot of in android developer page in my apps status & review

enter image description here

Don't have any answeres ?

Nirav Mehta
  • 1,715
  • 4
  • 23
  • 42

2 Answers2

0

You need to give those permissions while opening facebook session in your code...

Developer
  • 173
  • 6
0

If you need more than public_profile, email, and user_friends, you need to get your app approved. Click on the "Start a Submission" button in your app's "Status & Review" tab, and check the permissions you need, and provide a reason for why your app needs them.

Ming Li
  • 15,672
  • 3
  • 37
  • 35
  • 1
    i got all of the permission from the "Status & Review" tab, and put notes but not change it give same error as above screen shots. – Nirav Mehta Jul 22 '14 at 05:20