# FacebookGraphResponse

Argument passed to the graph API callback, in response to a requestWithGraphPath call.

Availability
3.1.0
3.1.0
Extends

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# path

Availability
3.1.0
3.1.0
path :String

Graph API path of the original request.


# result

Availability
3.1.0
3.1.0
result :String

If successful, returns the JSON response returned by Facebook. If the request is not successfully completed, the result is undefined.