Installing openSSL on easyphp for developing an facebook app - apache

I've been trying to develop a facebook app. But since 1 oct 2012 facebook needs secured (https / SSL) connections. before i start the real app and get a server with SSL i really want to test creating an facebook app.
So i foun openSSL and thought i might install that on my easyphp (apache) local server.
Only problem is that its a bit tricky to find out how to. I'm no server/apache/ssl pro. i create web apps. So is there anyone who has some info on how to do this.
Or maybe other (better) suggestions of going at it.
thanks a lot in advance!

Ok i found a way to test building an facebook app without needing a server with SSL.
Just use a public dropbox link. Dropbox is secured.
The simple tutorial can be found here:
http://www.wpcode.net/fb-app-dropbox.html/
I have to add one thing though. Facebook requires a folder instead of a file. To cheat this add yourfile.html?fakevar=1 to your dropbox public link.
p.s. dropbox cant parse php/asp so its just for js and basic testing.
I hope this saves someone some time ;)

Though it is too late to answer but Using Open SSL in facebook app is not a good idea . There are many cheap SSL there you can buy one of them . For Example I bought Positive SSL ( only for one domain or on sub-domain ) for 9$ .
You Try Heroku to deploy and test your app

Related

Https for localhost with plaid api

I'm playing around with the plaid api. I have the sandbox working and wanted to start using real data. That would require https. I need to get local host "secure".
I've tried following a few tutorials online with no luck, mkcert...
Any help with that or another method to use plaids api with development data would be greatly appreciated!
Thanks!
The instructions in this Stack Overflow answer worked for me: Starting a react app in HTTPS instead of HTTP
Also, one thing you can try -- definitely not recommended as a long term solution, but if you really just want to mess around with a couple of accounts in Development, it's ok -- you could skip the OAuth setup and do it later, since IIRC it's only OAuth that requires https. But make sure to implement OAuth before going to Production!

Where to store an Rest API

So I wrote an app in React Native. Now I have my Django Rest framework and a mysql database. I know: I should pay a hosting service to host my database and put the React Native code in the playstore. (This is meant symbolically) But Now I still have the Django Rest framework project - where should I store that? I may also have profile images in the app. Where should I store those? Sorry if the question seems a bit silly
You just need to get a webserver. For example Digital Ocean or Amazon Webservice, etc.. There you have to upload the project and you access the website over your own domain e.g.: www.yourproject.com
Now you can use your urls for example
www.yourproject.com/api/user
I hope I could help you

How can I possibly implement a VueJS app to Odoo?

I have to integrate a VueJS app in Odoo. I don't exactly know how I can achieve that?
I found this https://www.odooinvue.org/ (not my app, but an example app) . Still no idea on how can I implement odoo in Vue. Login gives me a Failed to Login error message in this example app.
Any idea how to implement odoo in vue??
Actually, odooinvue works fine. Read carefully the instructions, in development it shows how to start a traefik docker container in order to serve both odoo and Vue.js.
Note: If I am not wrong, the purpose is to use odooinvue as a pure frontend, so it's not really an integration, basically you build vuejs (quasar, specifically) apps with odoo used as a pure backend.
See also this answer, by odooinvue's author
I am the author of that project. Its really impossible to answer you without knowing what steps you have taken to setup the project, but for that error, make sure of the following:
The Odoo server is up and running in the backend and you can login.
When you login with the front-end Vue app, you are using credentials that you know are working.
If that fails, open the dev console of your browser and check the network log. Make sure that the authentication request is returning status code 200.
I know others that are using the project just fine without any issue, so I am going to assume that you need some technical help. Perhaps hire a software developer to assist you.

How to test file.watch on localhost?

I am displaying the contents of a folder in my AngularJS front-end (with Rails back-end). I want to watch the folder for any changes, such as new file, deleted file.
I obviously want to test the app on my localhost before deploying to a server, but I am not able to add localhost as an allowed domain in the apis console.
How can I set-up file.watch for testing?
Thanks
It's impossible to test push notifications without a verified domain, it's why we cant push confidential information to untrusted endpoints. I'd recommend you to buy/use a test domain/sub-domain for testing.
there's portly.co
worke's really nice , you can verify the domain with google site verification, and add it as a push domain.

Google Apps DKIM Start Authentication fails even though DKIM TXT Record is Available

I am using Google Apps for my domain jkltech.in, I wanted to sign my e-mails with DKIM Keys as I am using Google App Engine for my website.
I have registered my TXT Record with my DNS provider, but I am unable to start authentication in my Google Apps Account. I am using Google Apps for Free. I have verfied my DNS entry using various tools such as dig and other online tools, http://www.protodave.com/security/checking-your-dkim-dns-record/
Do let me know what I am missing, is my TXT record wrong or is there some other issue with my configuration,
Regards,
Jay
this is apparently a known issue and they're still working on a fix. See the Google Product Forum thread at https://productforums.google.com/d/topic/apps/FOsrXULt66Y/discussion. Cheers.