--- !ruby/object:Gem::Specification
name: fb_graph
version: !ruby/object:Gem::Version
  version: 2.7.9
platform: ruby
authors:
- nov matake
autorequire: 
bindir: bin
cert_chain: []
date: 2013-12-27 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: httpclient
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.2.0.2
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.2.0.2
- !ruby/object:Gem::Dependency
  name: rack-oauth2
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.14.4
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.14.4
- !ruby/object:Gem::Dependency
  name: tzinfo
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: multi_json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '1.3'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '1.3'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0.8'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0.8'
- !ruby/object:Gem::Dependency
  name: cover_me
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.2.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.2.0
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '2'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '2'
- !ruby/object:Gem::Dependency
  name: fb_graph-mock
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.0.1
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.0.1
- !ruby/object:Gem::Dependency
  name: actionpack
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.0.6
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.0.6
description: A full-stack Facebook Graph API wrapper in Ruby.
email: nov@matake.jp
executables: []
extensions: []
extra_rdoc_files:
- LICENSE
- README.rdoc
files:
- ".document"
- ".gitignore"
- ".rspec"
- ".travis.yml"
- Gemfile
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- assets/fb_graph.ai
- assets/fb_graph.png
- fb_graph.gemspec
- lib/fb_graph.rb
- lib/fb_graph/achievement.rb
- lib/fb_graph/action.rb
- lib/fb_graph/ad_account.rb
- lib/fb_graph/ad_campaign.rb
- lib/fb_graph/ad_campaign_stat.rb
- lib/fb_graph/ad_connection_object.rb
- lib/fb_graph/ad_creative.rb
- lib/fb_graph/ad_group.rb
- lib/fb_graph/ad_group_stat.rb
- lib/fb_graph/ad_keyword.rb
- lib/fb_graph/ad_keyword_suggestion.rb
- lib/fb_graph/ad_keyword_valid.rb
- lib/fb_graph/ad_preview.rb
- lib/fb_graph/ad_user.rb
- lib/fb_graph/age_range.rb
- lib/fb_graph/album.rb
- lib/fb_graph/app_request.rb
- lib/fb_graph/application.rb
- lib/fb_graph/auth.rb
- lib/fb_graph/auth/cookie.rb
- lib/fb_graph/auth/signed_request.rb
- lib/fb_graph/broad_targeting_category.rb
- lib/fb_graph/checkin.rb
- lib/fb_graph/collection.rb
- lib/fb_graph/comment.rb
- lib/fb_graph/comparison.rb
- lib/fb_graph/connection.rb
- lib/fb_graph/connections.rb
- lib/fb_graph/connections/accounts.rb
- lib/fb_graph/connections/achievements.rb
- lib/fb_graph/connections/activities.rb
- lib/fb_graph/connections/ad_accounts.rb
- lib/fb_graph/connections/ad_campaign_stats.rb
- lib/fb_graph/connections/ad_campaigns.rb
- lib/fb_graph/connections/ad_connection_objects.rb
- lib/fb_graph/connections/ad_creatives.rb
- lib/fb_graph/connections/ad_group_stats.rb
- lib/fb_graph/connections/ad_groups.rb
- lib/fb_graph/connections/ad_previews.rb
- lib/fb_graph/connections/admins.rb
- lib/fb_graph/connections/albums.rb
- lib/fb_graph/connections/app_notifications.rb
- lib/fb_graph/connections/app_requests.rb
- lib/fb_graph/connections/attending.rb
- lib/fb_graph/connections/banned.rb
- lib/fb_graph/connections/blocked.rb
- lib/fb_graph/connections/books.rb
- lib/fb_graph/connections/broad_targeting_categories.rb
- lib/fb_graph/connections/checkins.rb
- lib/fb_graph/connections/comments.rb
- lib/fb_graph/connections/conversations.rb
- lib/fb_graph/connections/declined.rb
- lib/fb_graph/connections/docs.rb
- lib/fb_graph/connections/events.rb
- lib/fb_graph/connections/family.rb
- lib/fb_graph/connections/feed.rb
- lib/fb_graph/connections/former_participants.rb
- lib/fb_graph/connections/friend_lists.rb
- lib/fb_graph/connections/friend_requests.rb
- lib/fb_graph/connections/friends.rb
- lib/fb_graph/connections/games.rb
- lib/fb_graph/connections/groups.rb
- lib/fb_graph/connections/home.rb
- lib/fb_graph/connections/inbox.rb
- lib/fb_graph/connections/insights.rb
- lib/fb_graph/connections/interests.rb
- lib/fb_graph/connections/invited.rb
- lib/fb_graph/connections/likes.rb
- lib/fb_graph/connections/links.rb
- lib/fb_graph/connections/maybe.rb
- lib/fb_graph/connections/members.rb
- lib/fb_graph/connections/messages.rb
- lib/fb_graph/connections/milestones.rb
- lib/fb_graph/connections/movies.rb
- lib/fb_graph/connections/music.rb
- lib/fb_graph/connections/mutual_friends.rb
- lib/fb_graph/connections/noreply.rb
- lib/fb_graph/connections/notes.rb
- lib/fb_graph/connections/notifications.rb
- lib/fb_graph/connections/offers.rb
- lib/fb_graph/connections/outbox.rb
- lib/fb_graph/connections/participants.rb
- lib/fb_graph/connections/payments.rb
- lib/fb_graph/connections/permissions.rb
- lib/fb_graph/connections/photos.rb
- lib/fb_graph/connections/picture.rb
- lib/fb_graph/connections/pokes.rb
- lib/fb_graph/connections/posts.rb
- lib/fb_graph/connections/promotable_posts.rb
- lib/fb_graph/connections/question_options.rb
- lib/fb_graph/connections/questions.rb
- lib/fb_graph/connections/reach_estimates.rb
- lib/fb_graph/connections/reviews.rb
- lib/fb_graph/connections/roles.rb
- lib/fb_graph/connections/scores.rb
- lib/fb_graph/connections/senders.rb
- lib/fb_graph/connections/settings.rb
- lib/fb_graph/connections/statuses.rb
- lib/fb_graph/connections/subscribed_to.rb
- lib/fb_graph/connections/subscribers.rb
- lib/fb_graph/connections/subscriptions.rb
- lib/fb_graph/connections/tabs.rb
- lib/fb_graph/connections/tagged.rb
- lib/fb_graph/connections/tags.rb
- lib/fb_graph/connections/television.rb
- lib/fb_graph/connections/test_users.rb
- lib/fb_graph/connections/threads.rb
- lib/fb_graph/connections/user_achievements.rb
- lib/fb_graph/connections/user_likes.rb
- lib/fb_graph/connections/videos.rb
- lib/fb_graph/connections/votes.rb
- lib/fb_graph/cover.rb
- lib/fb_graph/device.rb
- lib/fb_graph/doc.rb
- lib/fb_graph/domain.rb
- lib/fb_graph/education.rb
- lib/fb_graph/event.rb
- lib/fb_graph/exception.rb
- lib/fb_graph/friend_list.rb
- lib/fb_graph/friend_request.rb
- lib/fb_graph/group.rb
- lib/fb_graph/image.rb
- lib/fb_graph/insight.rb
- lib/fb_graph/klass.rb
- lib/fb_graph/link.rb
- lib/fb_graph/location.rb
- lib/fb_graph/message.rb
- lib/fb_graph/milestone.rb
- lib/fb_graph/node.rb
- lib/fb_graph/note.rb
- lib/fb_graph/notification.rb
- lib/fb_graph/offer.rb
- lib/fb_graph/open_graph.rb
- lib/fb_graph/open_graph/action.rb
- lib/fb_graph/open_graph/application_context.rb
- lib/fb_graph/open_graph/object.rb
- lib/fb_graph/open_graph/user_context.rb
- lib/fb_graph/order.rb
- lib/fb_graph/page.rb
- lib/fb_graph/page/category_attributes.rb
- lib/fb_graph/photo.rb
- lib/fb_graph/picture.rb
- lib/fb_graph/place.rb
- lib/fb_graph/poke.rb
- lib/fb_graph/post.rb
- lib/fb_graph/privacy.rb
- lib/fb_graph/project.rb
- lib/fb_graph/promotable_post.rb
- lib/fb_graph/property.rb
- lib/fb_graph/query.rb
- lib/fb_graph/question.rb
- lib/fb_graph/question_option.rb
- lib/fb_graph/reach_estimate.rb
- lib/fb_graph/request_filters.rb
- lib/fb_graph/request_filters/debugger.rb
- lib/fb_graph/request_filters/scrubber.rb
- lib/fb_graph/review.rb
- lib/fb_graph/role.rb
- lib/fb_graph/score.rb
- lib/fb_graph/searchable.rb
- lib/fb_graph/searchable/result.rb
- lib/fb_graph/serialization.rb
- lib/fb_graph/status.rb
- lib/fb_graph/subscription.rb
- lib/fb_graph/tab.rb
- lib/fb_graph/tag.rb
- lib/fb_graph/tagged_object.rb
- lib/fb_graph/targeting.rb
- lib/fb_graph/test_user.rb
- lib/fb_graph/thread.rb
- lib/fb_graph/user.rb
- lib/fb_graph/user_achievement.rb
- lib/fb_graph/venue.rb
- lib/fb_graph/video.rb
- lib/fb_graph/work.rb
- lib/patch/rack/oauth2/access_token.rb
- lib/patch/rack/oauth2/access_token/introspectable.rb
- lib/patch/rack/oauth2/client.rb
- lib/patch/rack/oauth2/grant/fb_exchange_token.rb
- lib/patch/rack/oauth2/util.rb
- spec/fb_graph/achievement_spec.rb
- spec/fb_graph/ad_account_spec.rb
- spec/fb_graph/ad_campaign_spec.rb
- spec/fb_graph/ad_connection_object_spec.rb
- spec/fb_graph/ad_creative_spec.rb
- spec/fb_graph/ad_group_spec.rb
- spec/fb_graph/ad_keyword_spec.rb
- spec/fb_graph/ad_keyword_suggestion_spec.rb
- spec/fb_graph/ad_keyword_valid_spec.rb
- spec/fb_graph/ad_user_spec.rb
- spec/fb_graph/album_spec.rb
- spec/fb_graph/app_request_spec.rb
- spec/fb_graph/application_spec.rb
- spec/fb_graph/auth/cookie_spec.rb
- spec/fb_graph/auth/signed_request_spec.rb
- spec/fb_graph/auth_spec.rb
- spec/fb_graph/broad_targeting_category_spec.rb
- spec/fb_graph/checkin_spec.rb
- spec/fb_graph/collection_spec.rb
- spec/fb_graph/comment_spec.rb
- spec/fb_graph/connection_spec.rb
- spec/fb_graph/connections/accounts_spec.rb
- spec/fb_graph/connections/achievements_spec.rb
- spec/fb_graph/connections/activities_spec.rb
- spec/fb_graph/connections/ad_accounts_spec.rb
- spec/fb_graph/connections/ad_campaign_stat_spec.rb
- spec/fb_graph/connections/ad_campaigns_spec.rb
- spec/fb_graph/connections/ad_connection_objects_spec.rb
- spec/fb_graph/connections/ad_creatives_spec.rb
- spec/fb_graph/connections/ad_group_stat_spec.rb
- spec/fb_graph/connections/ad_groups_spec.rb
- spec/fb_graph/connections/ad_previews_spec.rb
- spec/fb_graph/connections/admins_spec.rb
- spec/fb_graph/connections/albums_spec.rb
- spec/fb_graph/connections/app_notifications_spec.rb
- spec/fb_graph/connections/app_requests_spec.rb
- spec/fb_graph/connections/attending_spec.rb
- spec/fb_graph/connections/banned_spec.rb
- spec/fb_graph/connections/blocked_spec.rb
- spec/fb_graph/connections/books_spec.rb
- spec/fb_graph/connections/broad_targeting_categories_spec.rb
- spec/fb_graph/connections/checkins_spec.rb
- spec/fb_graph/connections/comments_spec.rb
- spec/fb_graph/connections/conversations_spec.rb
- spec/fb_graph/connections/declined_spec.rb
- spec/fb_graph/connections/docs_spec.rb
- spec/fb_graph/connections/events_spec.rb
- spec/fb_graph/connections/family_spec.rb
- spec/fb_graph/connections/feed_spec.rb
- spec/fb_graph/connections/former_participants_spec.rb
- spec/fb_graph/connections/friend_lists_spec.rb
- spec/fb_graph/connections/friend_requests_spec.rb
- spec/fb_graph/connections/friends_spec.rb
- spec/fb_graph/connections/games_spec.rb
- spec/fb_graph/connections/groups_spec.rb
- spec/fb_graph/connections/home_spec.rb
- spec/fb_graph/connections/inbox_spec.rb
- spec/fb_graph/connections/insights_spec.rb
- spec/fb_graph/connections/interests_spec.rb
- spec/fb_graph/connections/invited_spec.rb
- spec/fb_graph/connections/likes_spec.rb
- spec/fb_graph/connections/links_spec.rb
- spec/fb_graph/connections/maybe_spec.rb
- spec/fb_graph/connections/members_spec.rb
- spec/fb_graph/connections/messages_spec.rb
- spec/fb_graph/connections/milestones_spec.rb
- spec/fb_graph/connections/movies_spec.rb
- spec/fb_graph/connections/music_spec.rb
- spec/fb_graph/connections/mutual_friends_spec.rb
- spec/fb_graph/connections/noreply_spec.rb
- spec/fb_graph/connections/notes_spec.rb
- spec/fb_graph/connections/notifications_spec.rb
- spec/fb_graph/connections/outbox_spec.rb
- spec/fb_graph/connections/participants_spec.rb
- spec/fb_graph/connections/payments_spec.rb
- spec/fb_graph/connections/permissions_spec.rb
- spec/fb_graph/connections/photos_spec.rb
- spec/fb_graph/connections/picture_spec.rb
- spec/fb_graph/connections/pokes_spec.rb
- spec/fb_graph/connections/posts_spec.rb
- spec/fb_graph/connections/promotable_posts_spec.rb
- spec/fb_graph/connections/question_options_spec.rb
- spec/fb_graph/connections/questions_spec.rb
- spec/fb_graph/connections/reach_estimates_spec.rb
- spec/fb_graph/connections/reviews_spec.rb
- spec/fb_graph/connections/roles_spec.rb
- spec/fb_graph/connections/scores_spec.rb
- spec/fb_graph/connections/senders_spec.rb
- spec/fb_graph/connections/settings_spec.rb
- spec/fb_graph/connections/statuses_spec.rb
- spec/fb_graph/connections/subscribed_to_spec.rb
- spec/fb_graph/connections/subscribers_spec.rb
- spec/fb_graph/connections/subscriptions_spec.rb
- spec/fb_graph/connections/tabs_spec.rb
- spec/fb_graph/connections/tagged_spec.rb
- spec/fb_graph/connections/tags_spec.rb
- spec/fb_graph/connections/television_spec.rb
- spec/fb_graph/connections/test_users_spec.rb
- spec/fb_graph/connections/threads_spec.rb
- spec/fb_graph/connections/user_achievements_spec.rb
- spec/fb_graph/connections/user_likes_spec.rb
- spec/fb_graph/connections/videos_spec.rb
- spec/fb_graph/connections/votes_spec.rb
- spec/fb_graph/doc_spec.rb
- spec/fb_graph/domain_spec.rb
- spec/fb_graph/education_spec.rb
- spec/fb_graph/event_spec.rb
- spec/fb_graph/exception_spec.rb
- spec/fb_graph/friend_list_spec.rb
- spec/fb_graph/group_spec.rb
- spec/fb_graph/image_spec.rb
- spec/fb_graph/insight_spec.rb
- spec/fb_graph/link_spec.rb
- spec/fb_graph/location_spec.rb
- spec/fb_graph/message_spec.rb
- spec/fb_graph/node_spec.rb
- spec/fb_graph/note_spec.rb
- spec/fb_graph/notification_spec.rb
- spec/fb_graph/offer_spec.rb
- spec/fb_graph/open_graph/action_spec.rb
- spec/fb_graph/open_graph/application_context_spec.rb
- spec/fb_graph/open_graph/object_spec.rb
- spec/fb_graph/open_graph/user_context_spec.rb
- spec/fb_graph/order_spec.rb
- spec/fb_graph/page/local_business_spec.rb
- spec/fb_graph/page/movie_spec.rb
- spec/fb_graph/page/music_spec.rb
- spec/fb_graph/page/person_spec.rb
- spec/fb_graph/page/product_spec.rb
- spec/fb_graph/page_spec.rb
- spec/fb_graph/photo_spec.rb
- spec/fb_graph/place_spec.rb
- spec/fb_graph/post_spec.rb
- spec/fb_graph/privacy_spec.rb
- spec/fb_graph/project_spec.rb
- spec/fb_graph/promotable_post_spec.rb
- spec/fb_graph/qeustion_option_spec.rb
- spec/fb_graph/query_spec.rb
- spec/fb_graph/question_spec.rb
- spec/fb_graph/reach_estimate_spec.rb
- spec/fb_graph/request_filters/debugger_spec.rb
- spec/fb_graph/request_filters/scrubber_spec.rb
- spec/fb_graph/review_spec.rb
- spec/fb_graph/searchable_spec.rb
- spec/fb_graph/seriarization_spec.rb
- spec/fb_graph/status_spec.rb
- spec/fb_graph/subscription_spec.rb
- spec/fb_graph/tag_spec.rb
- spec/fb_graph/tagged_object_spec.rb
- spec/fb_graph/targeting_spec.rb
- spec/fb_graph/test_user_spec.rb
- spec/fb_graph/thread_spec.rb
- spec/fb_graph/user_achievement_spec.rb
- spec/fb_graph/user_spec.rb
- spec/fb_graph/venue_spec.rb
- spec/fb_graph/video_spec.rb
- spec/fb_graph/work_spec.rb
- spec/fb_graph_spec.rb
- spec/spec_helper.rb
homepage: http://github.com/nov/fb_graph
licenses: []
metadata: {}
post_install_message: 
rdoc_options:
- "--charset=UTF-8"
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.0
signing_key: 
specification_version: 4
summary: A full-stack Facebook Graph API wrapper in Ruby.
test_files:
- spec/fb_graph/achievement_spec.rb
- spec/fb_graph/ad_account_spec.rb
- spec/fb_graph/ad_campaign_spec.rb
- spec/fb_graph/ad_connection_object_spec.rb
- spec/fb_graph/ad_creative_spec.rb
- spec/fb_graph/ad_group_spec.rb
- spec/fb_graph/ad_keyword_spec.rb
- spec/fb_graph/ad_keyword_suggestion_spec.rb
- spec/fb_graph/ad_keyword_valid_spec.rb
- spec/fb_graph/ad_user_spec.rb
- spec/fb_graph/album_spec.rb
- spec/fb_graph/app_request_spec.rb
- spec/fb_graph/application_spec.rb
- spec/fb_graph/auth/cookie_spec.rb
- spec/fb_graph/auth/signed_request_spec.rb
- spec/fb_graph/auth_spec.rb
- spec/fb_graph/broad_targeting_category_spec.rb
- spec/fb_graph/checkin_spec.rb
- spec/fb_graph/collection_spec.rb
- spec/fb_graph/comment_spec.rb
- spec/fb_graph/connection_spec.rb
- spec/fb_graph/connections/accounts_spec.rb
- spec/fb_graph/connections/achievements_spec.rb
- spec/fb_graph/connections/activities_spec.rb
- spec/fb_graph/connections/ad_accounts_spec.rb
- spec/fb_graph/connections/ad_campaign_stat_spec.rb
- spec/fb_graph/connections/ad_campaigns_spec.rb
- spec/fb_graph/connections/ad_connection_objects_spec.rb
- spec/fb_graph/connections/ad_creatives_spec.rb
- spec/fb_graph/connections/ad_group_stat_spec.rb
- spec/fb_graph/connections/ad_groups_spec.rb
- spec/fb_graph/connections/ad_previews_spec.rb
- spec/fb_graph/connections/admins_spec.rb
- spec/fb_graph/connections/albums_spec.rb
- spec/fb_graph/connections/app_notifications_spec.rb
- spec/fb_graph/connections/app_requests_spec.rb
- spec/fb_graph/connections/attending_spec.rb
- spec/fb_graph/connections/banned_spec.rb
- spec/fb_graph/connections/blocked_spec.rb
- spec/fb_graph/connections/books_spec.rb
- spec/fb_graph/connections/broad_targeting_categories_spec.rb
- spec/fb_graph/connections/checkins_spec.rb
- spec/fb_graph/connections/comments_spec.rb
- spec/fb_graph/connections/conversations_spec.rb
- spec/fb_graph/connections/declined_spec.rb
- spec/fb_graph/connections/docs_spec.rb
- spec/fb_graph/connections/events_spec.rb
- spec/fb_graph/connections/family_spec.rb
- spec/fb_graph/connections/feed_spec.rb
- spec/fb_graph/connections/former_participants_spec.rb
- spec/fb_graph/connections/friend_lists_spec.rb
- spec/fb_graph/connections/friend_requests_spec.rb
- spec/fb_graph/connections/friends_spec.rb
- spec/fb_graph/connections/games_spec.rb
- spec/fb_graph/connections/groups_spec.rb
- spec/fb_graph/connections/home_spec.rb
- spec/fb_graph/connections/inbox_spec.rb
- spec/fb_graph/connections/insights_spec.rb
- spec/fb_graph/connections/interests_spec.rb
- spec/fb_graph/connections/invited_spec.rb
- spec/fb_graph/connections/likes_spec.rb
- spec/fb_graph/connections/links_spec.rb
- spec/fb_graph/connections/maybe_spec.rb
- spec/fb_graph/connections/members_spec.rb
- spec/fb_graph/connections/messages_spec.rb
- spec/fb_graph/connections/milestones_spec.rb
- spec/fb_graph/connections/movies_spec.rb
- spec/fb_graph/connections/music_spec.rb
- spec/fb_graph/connections/mutual_friends_spec.rb
- spec/fb_graph/connections/noreply_spec.rb
- spec/fb_graph/connections/notes_spec.rb
- spec/fb_graph/connections/notifications_spec.rb
- spec/fb_graph/connections/outbox_spec.rb
- spec/fb_graph/connections/participants_spec.rb
- spec/fb_graph/connections/payments_spec.rb
- spec/fb_graph/connections/permissions_spec.rb
- spec/fb_graph/connections/photos_spec.rb
- spec/fb_graph/connections/picture_spec.rb
- spec/fb_graph/connections/pokes_spec.rb
- spec/fb_graph/connections/posts_spec.rb
- spec/fb_graph/connections/promotable_posts_spec.rb
- spec/fb_graph/connections/question_options_spec.rb
- spec/fb_graph/connections/questions_spec.rb
- spec/fb_graph/connections/reach_estimates_spec.rb
- spec/fb_graph/connections/reviews_spec.rb
- spec/fb_graph/connections/roles_spec.rb
- spec/fb_graph/connections/scores_spec.rb
- spec/fb_graph/connections/senders_spec.rb
- spec/fb_graph/connections/settings_spec.rb
- spec/fb_graph/connections/statuses_spec.rb
- spec/fb_graph/connections/subscribed_to_spec.rb
- spec/fb_graph/connections/subscribers_spec.rb
- spec/fb_graph/connections/subscriptions_spec.rb
- spec/fb_graph/connections/tabs_spec.rb
- spec/fb_graph/connections/tagged_spec.rb
- spec/fb_graph/connections/tags_spec.rb
- spec/fb_graph/connections/television_spec.rb
- spec/fb_graph/connections/test_users_spec.rb
- spec/fb_graph/connections/threads_spec.rb
- spec/fb_graph/connections/user_achievements_spec.rb
- spec/fb_graph/connections/user_likes_spec.rb
- spec/fb_graph/connections/videos_spec.rb
- spec/fb_graph/connections/votes_spec.rb
- spec/fb_graph/doc_spec.rb
- spec/fb_graph/domain_spec.rb
- spec/fb_graph/education_spec.rb
- spec/fb_graph/event_spec.rb
- spec/fb_graph/exception_spec.rb
- spec/fb_graph/friend_list_spec.rb
- spec/fb_graph/group_spec.rb
- spec/fb_graph/image_spec.rb
- spec/fb_graph/insight_spec.rb
- spec/fb_graph/link_spec.rb
- spec/fb_graph/location_spec.rb
- spec/fb_graph/message_spec.rb
- spec/fb_graph/node_spec.rb
- spec/fb_graph/note_spec.rb
- spec/fb_graph/notification_spec.rb
- spec/fb_graph/offer_spec.rb
- spec/fb_graph/open_graph/action_spec.rb
- spec/fb_graph/open_graph/application_context_spec.rb
- spec/fb_graph/open_graph/object_spec.rb
- spec/fb_graph/open_graph/user_context_spec.rb
- spec/fb_graph/order_spec.rb
- spec/fb_graph/page/local_business_spec.rb
- spec/fb_graph/page/movie_spec.rb
- spec/fb_graph/page/music_spec.rb
- spec/fb_graph/page/person_spec.rb
- spec/fb_graph/page/product_spec.rb
- spec/fb_graph/page_spec.rb
- spec/fb_graph/photo_spec.rb
- spec/fb_graph/place_spec.rb
- spec/fb_graph/post_spec.rb
- spec/fb_graph/privacy_spec.rb
- spec/fb_graph/project_spec.rb
- spec/fb_graph/promotable_post_spec.rb
- spec/fb_graph/qeustion_option_spec.rb
- spec/fb_graph/query_spec.rb
- spec/fb_graph/question_spec.rb
- spec/fb_graph/reach_estimate_spec.rb
- spec/fb_graph/request_filters/debugger_spec.rb
- spec/fb_graph/request_filters/scrubber_spec.rb
- spec/fb_graph/review_spec.rb
- spec/fb_graph/searchable_spec.rb
- spec/fb_graph/seriarization_spec.rb
- spec/fb_graph/status_spec.rb
- spec/fb_graph/subscription_spec.rb
- spec/fb_graph/tag_spec.rb
- spec/fb_graph/tagged_object_spec.rb
- spec/fb_graph/targeting_spec.rb
- spec/fb_graph/test_user_spec.rb
- spec/fb_graph/thread_spec.rb
- spec/fb_graph/user_achievement_spec.rb
- spec/fb_graph/user_spec.rb
- spec/fb_graph/venue_spec.rb
- spec/fb_graph/video_spec.rb
- spec/fb_graph/work_spec.rb
- spec/fb_graph_spec.rb
- spec/spec_helper.rb