nermik
nermik

Reputation: 1505

How to prevent the Facebook Application to ask any permission?

I have a facebook App and it works. But when users go to the app page it try to do access users base information. It asks
permission(just first time). Be able to see anyone without any question.

I wanted to make an example of this is the appropriate:

https://www.facebook.com/GKFXPhilippines/app_155718427915844

I don't want to come out the following screen;

enter image description here

Upvotes: 2

Views: 151

Answers (1)

nermik
nermik

Reputation: 1505

I used MVC; in controller page had default this line:

[FacebookAuthorize("email", "user_photos")]

I removed them and solved my problem.

Upvotes: 2

Related Questions