Class: Koala::Facebook::OldAPI

Inherits:
API
  • Object
show all
Defined in:
lib/koala.rb

Overview

legacy support for old APIs

Direct Known Subclasses

GraphAPI, GraphAndRestAPI, RestAPI

Constant Summary

Constants included from RestAPIMethods

RestAPIMethods::READ_ONLY_METHODS

Instance Attribute Summary

Attributes inherited from API

#access_token

Instance Method Summary collapse

Methods inherited from API

#api

Methods included from RestAPIMethods

#fql_multiquery, #fql_query, #rest_call, #set_app_properties

Methods included from GraphAPIMethods

#batch, #delete_connections, #delete_like, #delete_object, #get_comments_for_urls, #get_connections, #get_object, #get_objects, #get_page, #get_page_access_token, #get_picture, #graph_call, #put_comment, #put_connections, #put_like, #put_object, #put_picture, #put_video, #put_wall_post, #search

Constructor Details

#initialize(*args) ⇒ OldAPI

Returns a new instance of OldAPI.



91
92
93
94
# File 'lib/koala.rb', line 91

def initialize(*args)
  Koala::Utils.deprecate("#{self.class.name} is deprecated and will be removed in a future version; please use the API class instead.")
  super
end