Display uploaded media
Summary: * Make sure uploadIDs are converted into CDN urls and displayed * Changed type of uploadID's to strings, as numbers are Reviewed By: priteshrnandgaonkar Differential Revision: D18762974 fbshipit-source-id: d94af61b0bc114b5f0cc2bfcde98fd491058e971
This commit is contained in:
committed by
Facebook Github Bot
parent
d791814dfa
commit
3e8a026618
@@ -11,7 +11,7 @@ export function getUser() {
|
||||
return Promise.reject();
|
||||
}
|
||||
|
||||
export async function internGraphAPIRequest(
|
||||
export async function internGraphPOSTAPIRequest(
|
||||
endpoint: string,
|
||||
formFields: {
|
||||
[key: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user