how long will facebook plugin work with http? - cordova-facebook

While running my Cordova app in Chrome using:
cordova run browser
I see the following message in the console:
The method FB.getLoginStatus will soon stop working when called from http pages. Please update your site to use https for Facebook Login. https://developers.facebook.com/blog/post/2018/06/08/enforce-https-facebook-login/
Is this a concern with this plugin?

Related

Firebase Dynamic Link: Does not work correctly when opened from iOS Safari

I am using Firebase Dynamic Link in my app and am seeing issues when they are opened from iOS Safari as an URL.
-Expected behavior: The link leads to the app preview page, where the user can click on the link that will redirect to the app.
-Actual behavior: The link tries to open the preview page initially but loads the website even when the app is installed.
-The issue happens for both actual devices and simulators.
-The link works fine when opened from iOS Chrome as an URL, other iOS apps, and for all scenarios in Android devices/emulators.
I did my research but could find the exact same case as mine. Can someone tell me what might be the issue here so that I can investigate further?
Here is the Firebase Dynamic Link debugger result:
Here are the apple-app-site-association parameters:
{"applinks":{"apps":[],"details":[{"appID":"####.***.****","paths":["NOT /_/*","/*"]}]}}
Can someone help out? Thanks!
For those who might run into a similar issue, I resolved this by disabling forced redirects in the link parameter. Somehow mobile Safari was force redirecting to the website, not the app.

How to automatically send notification on your android app once you publish something on your wordpress website?

I have a wordpress website and now I have made an android application also. Now I want that whenever I publish a post on wordpress site, a notification should pop-up on the android app for all users who have installed my android app and when a user click that notification it should open the link of that post in the webview inside the application.
I have tried Firebase Cloud Messaging but I haven't encountered any way to automate this thing.
Have you tried to use the save_post hook ?https://developer.wordpress.org/reference/hooks/save_post/
You could make a call to Firebase when you save it to automate this procces.

I'm unable to activate the google ad setting on my website using the adsense plugin for wordpress

My website has been verified by google using the adsense plugin for wordpress.
The statement after says the ad spaces will be blank until after my website review. Now I'm able to configure the ad placement on my web page and even have a preview showing the ads. But I'm unable to save the configuration. The error message it brings is;
Sorry we were unable to save your configuration. The request to your server failed with error code 403.
I want to ask what could be going wrong?
I am currently running Wordpress version 4.7.2 on my own server. I disabled WordFence Security plugin version 6.3.2, before I went into manage ads in the Google Adsense Plugin version 1.2.1. I added my ads where I needed to add them and checked to see if they were working. Everything works fine. I then proceeded to turn WordFence Security Plugin back on and everything still worked fine.
If you are looking into conflict resolution between these two plugins, I can tell you Google last updated their plugin 11 months ago, so you may want to start, here.

Could not locate API; are you sure it's enabled? - WP REST API oAuth1

I am getting:
"Could not locate API; are you sure it's enabled?"
When I try to link client to WordPress via WP REST API.
I have installed & activated all necessary plugins and dependencies, including (WP-REST API, oAuth1 etc).
When I try HEAD http://mywebsitelink, it returns link with wp-json which indicates WP-API is working.
Also, when I try wp oauth1 add, it works fine and generates key and secret.
Any suggestion on how to fix this issue? Thanks in advance.
If you are using the Client CLI package to connect the client with the WP REST API then please be informed that the latest version of the OAuth1.0a plugin doesn't work with the Client CLI package.
However, you can use an HTTP client to generate token credentials and then connect to the server using the OAuth1.0a plugin.

Meteor accounts login only working on localhost

I have Facebook, Google, and Twitter all working on localhost, but when I deploy the application to Modulus, all three are not working. They are configured properly on the various developer sites with the callback URLs. Each one gets hung up on the popup window, and there seems to be some sort of issue with the redirect.

Resources