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

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

#include <FacebookFeedRequest.h>

Static Public Member Functions

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

Properties

Platform::String^  PostId [get]
 

Detailed Description

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

Member Function Documentation

FBFeedRequest FBFeedRequest::FromFeedDialogResponse ( Windows::Foundation::Uri^  Response)
static

Contruct a FBFeedRequest object from a URI.

Parameters
ResponseThe URI to create a FBFeedRequest object from
Returns
FBFeedRequest representation of the URI if it is valid, otherwise nullptr

Property Documentation

Platform:: String^ winsdkfb::FBFeedRequest::PostId
get

ID of the post. Can be used to refer to this post in the future, e.g. to delete or update it.


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