mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 16:40:26 +00:00
Added FeedDialogParams to fbsdk typings
This commit is contained in:
Vendored
+18
-1
@@ -67,11 +67,28 @@ interface PayDialogParams {
|
||||
test_currency?: string;
|
||||
}
|
||||
|
||||
interface FeedDialogParams {
|
||||
method: string; // "feed"
|
||||
app_id: string;
|
||||
redirect_uri?: string;
|
||||
display?: string;
|
||||
from?: string;
|
||||
to?: string;
|
||||
link?: string;
|
||||
picture?: string;
|
||||
source?: string;
|
||||
name: string;
|
||||
caption?: string;
|
||||
description?: string;
|
||||
ref?: any;
|
||||
}
|
||||
|
||||
declare type FBUIParams = ShareDialogParams
|
||||
| PageTabDialogParams
|
||||
| RequestsDialogParams
|
||||
| SendDialogParams
|
||||
| PayDialogParams;
|
||||
| PayDialogParams
|
||||
| FeedDialogParams;
|
||||
|
||||
interface FBLoginOptions{
|
||||
auth_type?: string;
|
||||
|
||||
Reference in New Issue
Block a user