开发者

How to limit information requested by my facebook app

开发者 https://www.devze.com 2023-01-03 04:19 出处:网络
I\'m using facebook connect to allow the visitors开发者_JS百科 login to a website using their facebook account.

I'm using facebook connect to allow the visitors开发者_JS百科 login to a website using their facebook account.

The only information needed is that the user id and name.

However the facebook connect dialog states that my app will access all the users friends, photos...

How can I configure my facebook application to not request those data?


The quick answer, you can't. The dialog states that you have the ability to access the user's information. Whether you access it or not is up to you, but the ability to is always there. There is a base level of access granted to all apps. You can prompt for extended permissions, but you can't customize the base level.

This may change going forward with OpenGraph. There are still features Facebook is adding, and some existing, undocumented features.

0

精彩评论

暂无评论...
验证码 换一张
取 消