2009/3/2 susmit shannigrahi wrote:
On Sun, Mar 1, 2009 at 8:55 PM, Rakesh Pandit wrote:
2009/3/1 G wrote:
Hi
I did check it today and i was unable to segregate Users based on country_code as country_code is not implemented in people_by_key() API as well as in people_by_id(). i tried changing the code of fas2.py and its like the FAS Server needs to be updated if i were to use people_by_key(). Hence i have kept it on hold.
I suspect that is more of a policy than a bug. FAS doesn't let others (even admins) see the country info if someone has chosen to keep his/her information private.
I have that in mind and there is a check box which asks acc. holders to mark whether they can make this info available. And policy needs to be implemented in code.
API should use if(marked_true) return country else raise someexception. So, it needs a fix.
FAmSCo is trying to get (atleast) read access to it, so that we can utilise it better.
Let's see.
Ok