My Project  0.10.0
Windows SDK for Facebook
Static Public Member Functions | Properties | List of all members
winsdkfb::FBAppRequest Class Reference

Class that encapsulates the response from a successful use of the Facebook "App Requests" dialog. More...

#include <FacebookAppRequest.h>

Static Public Member Functions

static FBAppRequestFromRequestDialogResponse (Windows::Foundation::Uri^ Response)
 

Properties

Platform::String^  RequestId [get]
 
RecipientView RecipientIds [get]
 

Detailed Description

Class that encapsulates the response from a successful use of the Facebook "App Requests" dialog.

Property Documentation

RecipientView winsdkfb::FBAppRequest::RecipientIds
get

Recipient ID(s) - the list of user IDs of people this request went to.

Platform:: String^ winsdkfb::FBAppRequest::RequestId
get

Request ID - app is responsible for tracking these! Once a request has been accepted, FB notifies the app's web site(?verify this), and the app (or web site, or whatever) must make a graph API call to FB to delete it.


The documentation for this class was generated from the following files: