Posted after an attempt to remove an entry from the server fails. The notification object is the instance of LJEntry or LJEntrySummary, and the userInfo key
Posted after an entry is successfully removed from the server. The notification object is the instance of LJEntry or LJEntrySummary that was removed.
Posted before an entry is removed from the server. The notification object is the instance of LJEntry or LJEntrySummary that is being removed.
enum { LJPublicSecurityMode = 0, LJPrivateSecurityMode, LJFriendSecurityMode, LJGroupSecurityMode };
These constants define the security modes.
Name Description LJPublicSecurityMode This entry is visible by everybody. LJPrivateSecurityMode This entry is visible only to the author. LJFriendSecurityMode This entry is visible to anyone on the author's friends list. LJGroupSecurityMode This entry is visible to anyone in the specified friend groups. Specify groups using allowAccessByGroup: and denyAccessByGroup:.
(Last Updated 2/17/2003)