I would like to provide this feature where only your friends are allowed to post on your walls. IS this already available? If not , could you please consider as feature request?
I would like to provide this feature where only your friends are allowed to post on your walls. IS this already available? If not , could you please consider as feature request?
Comments
Comment #1
icecreamyou commentedThis is not available without writing a little bit of code and it's not something I'm going to add to the module (anyway, the D6 branch isn't getting any new features). Implement
hook_facebook_status_user_access_alter()(docs) for the friend/relationship module you're using. This question has been asked several times before, there are some examples in the queue of what that code might look like for similar situations and various relationships modules (here is one for User Relationships).Comment #2
ajayg commentedThank you ! That is a good pointer.