Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In the document of Dropbox Chooser we can get a share page url from files[0].link, but we need direct download link. How do I get it?

share|improve this question

1 Answer

I found the solution in the forum.

Added data-link-type="direct" attribute for the Dropbox chooser button.

<input type="dropbox-chooser" name="selected-file" data-link-type="direct" style="visibility:hidden"/>
share|improve this answer
Mitch, yes, I hope that the information is going to be written in the document in the near future. – hiroshi Nov 16 '12 at 1:13
1  
this is documented officially now too, under "Chooser button": dropbox.com/developers/chooser – Greg Dec 18 '12 at 5:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.