Click or drag to resize
Geographies Methods

The Geographies type exposes the following members.

Methods
  NameDescription
Protected methodAssertIsAuthenticated
Asserts if the user is authenticated.
(Inherited from InstagramApi.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecent(Int32)
Get very recent media from a geography subscription that you created. Note: you can only access Geographies that were explicitly created by your OAuth client. To backfill photos from the location covered by this geography, use the media search endpoint.

Requires Authentication: False

Public methodRecent(Int32, NullableInt32, String)
Get very recent media from a geography subscription that you created. Note: you can only access Geographies that were explicitly created by your OAuth client. To backfill photos from the location covered by this geography, use the media search endpoint.

Requires Authentication: False

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also