Facebook Developers
DocsToolsSupportNewsApps
Log In
  • Social Plugins
  • Facebook Login
  • Open Graph
  • Facebook APIs
  • Games
  • Payments
  • App Center
  • Promote Your App
  • iOS
    • Getting Started
    • Concepts
    • Reference
  • Android
  • JavaScript
  • PHP
  • More SDKs
  • Class References
    • FBCacheDescriptor
    • FBFriendPickerViewController
    • FBGraphObject
    • FBLoginView
    • FBPlacePickerViewController
    • FBProfilePictureView
    • FBRequest
    • FBRequestConnection
    • FBSession
    • FBSessionTokenCachingStrategy
    • FBTestSession
    • FBUserSettingsViewController
    • FBViewController
  • Protocol References
    • FBFriendPickerDelegate
    • FBGraphLocation
    • FBGraphObject
    • FBGraphPlace
    • FBGraphUser
    • FBLoginViewDelegate
    • FBOpenGraphAction
    • FBPlacePickerDelegate
    • FBUserSettingsDelegate
    • FBViewControllerDelegate
  • Other References
    • FBError
    • FBSettings

FBGraphPlace

SDK Reference › iOS SDK › FBGraphPlace
FBGraphPlace
Extends Protocol: FBGraphObject
Declared in: FBGraphPlace.h
Overview

The FBGraphPlace protocol enables typed access to a place object as represented in the Graph API.

Discussion

The FBGraphPlace protocol represents the most commonly used properties of a Facebook place object. It may be used to access an NSDictionary object that has been wrapped with an FBGraphObject facade.

Tasks
category property
id property
location property
name property
Properties
category

Typed access to the place category.

@property (retain, nonatomic) NSString *category;
Declared In
FBGraphPlace.h
id

Typed access to the place ID.

@property (retain, nonatomic) NSString *id;
Declared In
FBGraphPlace.h
location

Typed access to the place location.

@property (retain, nonatomic) id<FBGraphLocation> location;
Declared In
FBGraphPlace.h
name

Typed access to the place name.

@property (retain, nonatomic) NSString *name;
Declared In
FBGraphPlace.h

Last Updated: November 19, 2012
Facebook © 2013 · English (US)
AboutAdvertisingCareersPlatform PoliciesPrivacy Policy