online job

Monday 24 March 2014

Improving Application Performance and Workflow


comment Information about a set of
user comments, such as the
comment’s creator and text.
comments.get()
cookies Information about a user
cookie, such as the cookie’s
name and value.
data.getCookies()
connection Information about a user’s
connections, such as which
Public Profiles they are a Fan
of and who their friends are.
pages.isFan() and
friends.areFriends()
event Information about an event,
such as the name and date.
events.get()
event_member Information about a user’s
status for an event, such as
whether they have RSVP’d.
events.get()
friend Information about a whether
two users are friends.
friends.areFriends()
friend_request Information about whether a
friend request has been sent
from or received by the
logged-in user.
No equivalent
friendlist Information about the friend
lists the logged-in user has
created.
friends.getLists()
friendlist_member Information about which
users are a member of a
friend list.
friends.getLists()
group Information about a specific
group, such as the name
and description.
groups.get()
group_member Information about the members
of a group, such as the
position they have.
groups.get() and
groups.getMembers()
link Information about a specific
link, such as the title
and URL.
links.get()mailbox_folder Information about a user’s
Inbox folders, such as name
and unread count. This requires
the read_mailbox
permission for access.
message.getThreadsInF
older()
message Information about a message
in an Inbox thread,
such as author and body.
This requires the
read_mailbox permission
for access.
message.getThreadsInF
older()
metrics Information about an application’s
metrics, such as the
total number of users and
page views.
admin.getMetrics()
note Information about a specific
note, such as the content
and title.
notes.get()
notifications Information about the notifications
for a user, such as title
and application id.
notifications.getList
()
page Information about a Public
Profile, such as the name
and profile picture.
pages.getInfo()
page_admin Information about a Public
Profile administrator, such
as the page ID and type they
administer.
pages.getInfo() and
pages.isAdmin()
page_fan Information about a Public
Profile Fan, such as the
page ID and type they are a
fan of.
pages.getInfo() and
pages.isFan()
permissions Information about the extended
permissions a user
has granted, such as email
and offline access.
Permissions.checkGran
tedApiAccess()
photo Information about a specific
photo, such as its URL and
caption.
photos.get()

No comments: