I'm creating a web app where I'd like to 1) upload a photo to an app-specific album on Facebook and then 2) share that photo as a LARGE item/image (not a thumbnail) on the users' Timeline. I know this is doable via User Generated Photo optional parameter but is there any other way to accomplish this for a web app?
|
|
There is nothing stopping web apps from publishing Open Graph actions with User Generated Photos. It's a simple process:
Step 1 is the hardest part and you'd have to do that anyway if you weren't going down the Open Graph actions route. As an example, Instagram use
As mentioned in the User Generated Photos documentation this will show up as a large, full-width photo on the users Timeline and feed. The simplest way to perform all these API calls from a web app is to use the Javascript SDK and the FB.api function. You won't need to use any server-side code at all in that case! |
|||
|
|
|
Just fill this code on your photo caption "took a @@[0:[124024574287414:1:photo]] with @[124024574287414:0]" (without double quote symbol) It clickable to instagram website, It's my own custom code, I made it for a week :( |
|||
|
|