api key doesn't display in my account wordpress - wordpress

I'm building a new self-hosted wordpress website and would like to install the stats plugins.
I need to get the API key but when I go to Edit My Profile the API key is not here.
Then I tried from the Dashboard > Users > All Users > Admin .. still no API key.
All I have is
Personal Options
Name
Contact info
About yourself
And then the button "Update Profile"
My self-hosted website is here : http://kimchistory.co.cc/
Screenshot here :
http://i45.tinypic.com/e1alw9.png
If someone knows how to get the API key please let me know!

Self-hosted WordPress sites don't have an API key. The plugin is asking for your WordPress.com API key.
More info here: http://en.wordpress.com/api-keys/
How do I get one?
For Akismet users: You can get an API key here.
For all other services: When you sign up for a WordPress.com account we will email you an API key. If you already have a WordPress.com account, your API key is listed on your profile page, which you can get to by clicking the “My Account” link in the top left when you’re logged in.
Where will my API key be?
It will be in your welcome email. To make sure you get the email, avoid free services like Hotmail and MSN and check your spam filter if it doesn’t show up in a few minutes. (Also, consider whitelisting *#wordpress.com.)

Related

Find the email address associated with a recaptcha account

I have a wordpress website that uses recaptcha v2. The wordpress admin GUI obfuscates part of my private recaptcha key.
As I need access to this key, I want to find out which e-mail address is associated with my captcha account, in order to access the google recaptcha console.
Does anyone know how to find out which e-mail address is associated with a recaptcha account?
if you go to www.google.com/recaptcha/admin/ this will allow you to see your websites listed and you will be able to see what recaptcha keys are linked to where.
But from a security point i dont think there is a way to know what account set up the keys so you must login with the emails you suspect and see if they are listed

Woocommerce REST API only user access their data

I need to make a mobile application for a Wordpress based e-commerce site.
I'm researched the WordPress and Woocommerce REST api.
What I want to do is briefly;
To authenticate with username and password via REST API.
if the verification is successful, look previous orders etc.
So only the user needs to access the data about himself!
how is this done ?
Thanks
Woocommerce users or customers are actually Wordpress users
Method POST: You can achieve this in lot of ways.
1st method is:
It's not specific for WooCommerce but also for all WordPress login and sign up
Sign up end point:
https://example.com/wp-json/wp/v2/users
Login end point:
https://example.com/wp-json/jwt-auth/v1/token

How we get Profile url in linkedin auth api v2?

We are using previous version v1 of linkedin. We are getting firstname, last name, email, heading, profile url,profile image etc. Now linkedin created v2 and giving access liteprofile only. And we are getting firstname, lastname ,email, profile image only. not able to get profile url.
We are using this authentication in survey site I need profileurl as well in authentication that possible with basic profile.
In need profile URL in this API. I have already applied for developer program but rejected.I can get this url by paid services if any from linkedin please confirm?
GET https://api.linkedin.com/v2/me
Linked In Login Integration response
If you're a programmer, you don't need to buy any paid services. You can use Google Custom Search JSON API to get LinkedIn Profile URL, even Job Title ;-)
site:linkedin.com {query}
Good luck!

woocommerce validate user name and password via rest api

I am developing an android app for an eCommerce site that is built in wp-woocommerce.
I really don't know much about wp.
I have read http://woothemes.github.io/woocommerce-rest-api-docs/ and have developed almost all the android app. but I was unable to find a way to validate the username and password of the customer via rest API.
I just want to pass the username and password and expect the result as pass or fail.
Thanks in advance for your kind help.
Unfortunately, WooCommerce REST API doesn't deal with login/logout (customers) as they are treated as WordPress users with CUSTOMER roles.
The API KEY and SECRETE is for your app to fetch data as products - orders etc... You have to use WordPress API login methods to access user information, signup new users/customers,.
WordPress REST API / Auth
If you prefer to use JWT there is many plugins in the plugins repo.I have used this one: Simple JWT Login – Login and Register to WordPress using JWT and works good.

Fetch my own updates from linkedin and display on my website - anonymous users

I have a company profile in linkedin. I have some updates in the profile. Now i need to fetch the records from linked and display on my website. It should be visible to the anonymous user also.
Did anyone implement such kind of code. Using only javascript or REST service. Please suggest some links. I have searched but no use.
Unfortunately, the LinkedIn API terms of service do not allow you to show data to un-authenticated users. Your options are to:
Authenticate the user and pull your profile data using their credentials, or
Use a pre-built plugin like the Member Profile plugin to display data to unauthenticated users.

Resources