[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Edmund Rojas
I have decided to try some other server companies today, Google app engine has been simply nothing but stress and delays and I have timelines to meet. On Monday, 7 September 2015 02:13:20 UTC-4, Edmund Rojas wrote: > > I have been pulling my hair out a few days on this issue, I have > integrated

[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Stuart Langley
I copied the facebook example code from here and it works right out of the box. You can see the test site here . Looking at your SO post your app.yaml does not appear to b

[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Edmund Rojas
I posted a reply in Stackoverflow, would you be able to show me an example of your code? I suspect it could be that I am using the development environment but I cannot push the code live right now so I cant test my code there. On Monday, 7 September 2015 20:58:25 UTC-4, Stuart Langley wrote: >

[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Stuart Langley
Code is here: https://storage.googleapis.com/gae-php-tips-blog/facebook_login.zip On Tuesday, 8 September 2015 11:14:37 UTC+10, Edmund Rojas wrote: > > I posted a reply in Stackoverflow, would you be able to show me an example > of your code? I suspect it could be that I am using the development

[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Stuart Langley
Forgot to mention, you'll need to edit defines.php to add your app_id and secret. On Tuesday, 8 September 2015 11:49:14 UTC+10, Stuart Langley wrote: > > Code is here: > https://storage.googleapis.com/gae-php-tips-blog/facebook_login.zip > > On Tuesday, 8 September 2015 11:14:37 UTC+10, Edmund R

[google-appengine] Re: Facebook login using curl on app engine not creating a facebook session

2015-09-07 Thread Edmund Rojas
I finally got it to run, thanks for your help very much appreciated On Monday, 7 September 2015 21:49:52 UTC-4, Stuart Langley wrote: > > Forgot to mention, you'll need to edit defines.php to add your app_id and > secret. > > On Tuesday, 8 September 2015 11:49:14 UTC+10, Stuart Langley wrote: >>