I have made a facebook fan-gate app. I was wondering if anyone had any success using google cloud storage instead of their own server storage.

I tried amazon cloud storage but apparently that will not work for a reason that is out of my realm of expertise.

I have tried a few times but couldn't get it to work.

dont know what to use for the Page URL Secure Page URL Tab URL Secure Tab URL or APP domain

link|improve this question
Good question, but I don't know. I've upvoted this for you in hopes you get an answer. – DMCS Jan 22 at 1:46
feedback

1 Answer

We use Amazon S3 for storing files for an facebook fan page app.

You can see it here https://www.facebook.com/Trustpilot?sk=app_264324680252883 and the html file shown in the iframe is actually just https://s3-eu-west-1.amazonaws.com/s.trustpilot.com/facebook/163506/70729414688.html.

Facebook hide this if you look at the source code as they use an proxy. I thing they do that for preventing people to have tracking software such as google analytics.

link|improve this answer
I tried amazon s3 couldn't get it to work...forums.aws.amazon.com/thread.jspa?threadID=62118 – SMMinc3 Jan 24 at 21:04
what we do is to have page on an 'real' webserver this then redirects to the S3 stored page depending of which page did the request. We do the redirect server side but you don't have to. Facebook post to the url you enter in the "Page Tab URL". They post an signed_request that contains information about the Facebook Page like page_id. – Ole Dallerup Sørensen Jan 26 at 14:59
I see, that's hard for me to follow...a bit over my head, time to do some more learning i guess. – SMMinc3 Jan 31 at 22:49
feedback

Your Answer

 
or
required, but never shown

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