venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Get permissions of user #81

Open TaterSalad opened 9 years ago

TaterSalad commented 9 years ago

I may be wrong, but it would seem as though I have to request permission to access a user's info or friends every time I access them, unless I store some local variable determining the permissions. It would be great if there was a method like [[VENUser permissions] access_friendsList] that returns a bool.