ycv005
Forum Replies Created
-
Hi,
I have tried above code after updating mycred plugin but this time we didn’t get any error but nothing changes on column header.
If you want to check i can give you our site admin details too.Hi, I have tried this on localhost and its giving an error. I have made a video to better understand the case.
Video – LinkAlso, one more thing to tell you that earlier(top-most) code that you have given us. At the wp-admin dashboard, it was showing some error(we use wp-debugging plugin that shows possible errors), kindly look at image(link)
Thanks in advance.
Hi,
sorry I forgot to mention that i have two types of point system, i.e., one is mycred default and another point type isctype=”cbtrkr_approved_inr”. So, I want custom heading in point type- ctype=”cbtrkr_approved_inr” and also I want changes in default one. But I think above code is for default one & above code is making change on both point type.So, how I could achieve different column heading in two type of point type that is default mycred point and ctype=”cbtrkr_approved_inr” point type.
Thanks in advance.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Rest.php: Detail about data in $userI have got a way to create a user via JWT plugin but I have some question-
1. Do I need to implement this gist – https://gist.github.com/nextend/012ca54957e27dbea952fc42195fb0d1
if yes, then where?2. Is this gist common for all providers? (for example- google provides access token and id token but in gist, it is only given)
3. I am able to create a user on WordPress and apply your above gist to connect WordPress with a social account(if I applied successfully). Do I still need to call the official rest api of provider?
4. Apple sign-in(Yeah, pro version which I am supposed to buy). If I complete user creation & connecting them to the provider successfully via REST api, do I need to implement extra steps in Apple sign-in(in term of rest api side & not setup on website or apple site)?
Your any direction/guidance will be helpful.
Thanks in advance.
- This reply was modified 5 years, 9 months ago by ycv005.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Rest.php: Detail about data in $userI have searched about 1 day then coming back to you, so I searched how to create a user on WordPress using rest API and I found that I have to install 2 plugin from outside that are
– WP REST API- https://github.com/WP-API/WP-API
– JWT AUTH TOKEN- https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/How can I do without plugin(as you do using token(most probably) and create user on site). If that’s not possible with rest api then what approach do I need to follow, does installing above plugin shows that I am in right direction.
Also, why do I need to call to official rest API URL of the provider as you already provided a way to connect a WordPress user with social id.
https://gist.github.com/nextend/012ca54957e27dbea952fc42195fb0d1
Your any direction/guidance will be helpful.
Thanks in advance.
- This reply was modified 5 years, 9 months ago by ycv005.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Facebook Oauth Rest Api ErrorThanks buddy for all your effort. Fb auth working now on App as well web.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Facebook Oauth Rest Api ErrorYa, this is what I was looking for, let me apply this. Thanks for the directions.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Facebook Oauth Rest Api ErrorYa, as I mentioned earlier, I have different apps for both web and app separately (but both are related to the same account, I know this won’t matter just telling).
So, could you tell me the solution or approach to how to solve it? because I am unable to create the same app for both. Thanks in advance.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Facebook Oauth Rest Api ErrorHello, First of thanks for your effort. I have tried the above-mentioned method and it seems to work.
1- Token I got from the website (using echo command you told), and when I am posting via postman, I am getting HTTP response- 200 OK but the body is null. Screenshot
2- Since, my app and website has different app on facebook(unable to create a single app for both as no option given). The Auth token which I got from my app is working correctly (cross- checked via facebook token debugger) but when I am posting to website via post man, I am getting error-
{ "code": "error", "message": "Invalid appsecret_proof provided in the API argument", "data": null }Also, I have tried associate my app on fb dev but that didn’t work.
Could you please give me some directions. Thanks in advance.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Facebook Oauth Rest Api ErrorThanks. Great work. Going to apply and tell you back.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Nextend Social login flow rest apiHow to use the HTML form, I don’t know where to put it?