Class

SAF

Methods

__construct

__construct()

Constructor

Return type:void

instance

instance()

Get instance

Return type:SAF

__clone

__clone()

Disallow cloning

createAlbum

createAlbum()

Returns a Facebook Album

Parameters:string
Return type:FB_Graph_Album

createCheckin

createCheckin()

Returns a Facebook Checkin

Parameters:
  • string – the Place Page ID
  • string
  • string
Return type:

FB_Graph_Checkin

createComment

createComment()

Returns a Facebook Comment

Parameters:string
Return type:FB_Graph_Comment

createEvent

createEvent()

Returns a Facebook Event

Parameters:
  • string – the event name
  • string – the event start time, in ISO-8601
Return type:

FB_Graph_Event

createNote

createNote()

Returns a Facebook Note

Parameters:
  • string – the subject
  • string – the comment
Return type:

FB_Graph_Note

createNotification

createNotification()

Returns a Facebook Notification

Parameters:
  • string – the template text
  • string – the tracking data added to the url
Return type:

FB_Graph_Notification

createPost

createPost()

Returns a Facebook Post

Parameters:string
Return type:FB_Graph_Post

createQuestion

createQuestion()

Returns a Facebook Question

Parameters:string – the text of the question
Return type:FB_Graph_Question

Project Versions

Table Of Contents

Previous topic

Welcome to SAF’s Architecture generated using docpx.

Next topic

Class

This Page