Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

#171541 22-Apr-2015 11:44
Send private message

Are there any of the Trademe sand shoe brigade on here ? ones that will admit to it :)

My question will be On pass the parcel I can use my trademe name and password to login

If I wanted to put a customers transaction details online under lock and key would I be able to use the same system for the customer to access the details?

would it cost a zillion dollars to make happen?




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
PeterReader
6028 posts

Uber Geek
+1 received by user: 461

Trusted
Geekzone
Lifetime subscriber

  #1289117 22-Apr-2015 11:44
Send private message

Hmmmm. Here we go.




I am the Geekzone Robot and I am here to help. I am from the Internet. I do not interact. Do not expect other replies from me.

 

Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.




sleemanj
1514 posts

Uber Geek
+1 received by user: 315


  #1289149 22-Apr-2015 12:08
Send private message

What you are looking for is the TradeMe API

http://developer.trademe.co.nz/

specifically, the API uses OAuth to provide authentication.





---
James Sleeman
I sell lots of stuff for electronic enthusiasts...


mattwnz
20515 posts

Uber Geek
+1 received by user: 4795


  #1289201 22-Apr-2015 12:16
Send private message

What are the trademe sand shoe brigade? I don't understand the term.



gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289211 22-Apr-2015 12:27
Send private message

mattwnz: What are the trademe sand shoe brigade? I don't understand the term.


You have made me wonder if I have been using the wrong term for 40 years and no one has ever questioned it !

I thought the sand shoe brigade refereed to the real hardcore programmers from the early days who had long hair, wore unfashionable clothes, but were geniuses and yes, wore "sand shoes"

 

sandshoe

 

(ˈsændˌʃuː)

 

n

 

1. (Clothing & Fashion) Brit and Austral a light canvas shoe with a rubber sole; plimsoll

 





Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289223 22-Apr-2015 12:36
Send private message

sleemanj: What you are looking for is the TradeMe API

http://developer.trademe.co.nz/

specifically, the API uses OAuth to provide authentication.



Thank you I have joined the forum and posted the following request

 

So I want to be able to allow customers to use their trademe login details to access a WordPress site that will show their transactions with me as a seller. Particularly my receipt of their funds and my dispatch of the goods

 

Before I invest the next week trying to figure out ,implement and get working a trade me API, is the option doable?




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


sleemanj
1514 posts

Uber Geek
+1 received by user: 315


  #1289269 22-Apr-2015 13:04
Send private message

gnfb:
So I want to be able to allow customers to use their trademe login details to access a WordPress site that will show their transactions with me as a seller. Particularly my receipt of their funds and my dispatch of the goods Before I invest the next week trying to figure out ,implement and get working a trade me API, is the option doable?


Yes you could write code to access the API and pull that information.

It's not a trivial task, but it's not hopelessly complicated either. 

Since Wordpress is written in PHP, you should start your journey with the PHP Bindings and the demo code in there, the link to which you'll find in the API forums.







---
James Sleeman
I sell lots of stuff for electronic enthusiasts...


 
 
 

Shop now on AliExpress (affiliate link).
gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289277 22-Apr-2015 13:11
Send private message

Wordpress has these wonderful things called plugins I wonder if it would be more prudent to get someone to write a plugin. It must be possible as facebook twitter etc do it. Mind you both of them have an endless supply of money so anything is possible.
By the way you comment on th eprocess I am guessing its about a 1-2 hour job for somone who knows what they are doing
I usually work on a formula 1 hour by programmer 10 hours me.

Hmmmmm




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


richms
29098 posts

Uber Geek
+1 received by user: 10208

Trusted
Lifetime subscriber

  #1289363 22-Apr-2015 14:18
Send private message

If I bought something and the store wanted me to grant access to my trademe account inorder to view details of the transaction I would tell them to GTFO.

The API is for services that provide service for the user to manage their trademe account. Not for you to log people into your systems.




Richard rich.ms

sleemanj
1514 posts

Uber Geek
+1 received by user: 315


  #1289391 22-Apr-2015 14:42
Send private message

richms: If I bought something and the store wanted me to grant access to my trademe account inorder to view details of the transaction I would tell them to GTFO.

The API is for services that provide service for the user to manage their trademe account. Not for you to log people into your systems.


No different to other syndicated logins, Facebook, Google, etc...

Naturally, one should always provide a non-syndicated login method as well.





---
James Sleeman
I sell lots of stuff for electronic enthusiasts...


solival
160 posts

Master Geek
+1 received by user: 20


  #1289441 22-Apr-2015 15:31
Send private message

Looks doable, they have OAuth authentification for apps, which means clients will not have to put their login/passwords on your web-site. During login process they will be redirected to trademe, approve access for your website, and afterwards  returned back to your website as logged in users. 

I don't have experience with exactly trademe, but worked with both wordpress and OAuth (tiwtter and google flavours). Can look closer to trademe API and drop you estimations if still interested.




Geek originally from Ukraine :)

gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289527 22-Apr-2015 16:24
Send private message

richms: If I bought something and the store wanted me to grant access to my trademe account in order to view details of the transaction I would tell them to GTFO.

The API is for services that provide service for the user to manage their trademe account. Not for you to log people into your systems.


Nope! I refuse to be goaded into taking the bait! I am being a responsible calm geekzone user!

so

The problem I have is that when a person buys from me I send them all correspondence by email. If they are paranoid and have aggresive spam filters they dont get the emails so they don't know whats happening.

The solution  is having the ability to allow the customer to log into a site where they can see the transactions of "i have received payment" "I have sent the goods" etc

I see this as no diffrent to the access that goes with pass the parcel or bidbud they get your info you could say.

but as far as i understand I don't get their info. Goes through some third part oauthh thingy beyond my knowledge.

I am just trying to keep the customer happy




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


 
 
 

Shop now on AliExpress (affiliate link).
gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289539 22-Apr-2015 16:27
Send private message

solival: Looks doable, they have OAuth authentification for apps, which means clients will not have to put their login/passwords on your web-site. During login process they will be redirected to trademe, approve access for your website, and afterwards  returned back to your website as logged in users. 

I don't have experience with exactly trademe, but worked with both wordpress and OAuth (tiwtter and google flavours). Can look closer to trademe API and drop you estimations if still interested.


I am happy to look at cost ideas

Would be great in a plugin as then there is the option to recuperate the cost of production




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


lxsw20
3689 posts

Uber Geek
+1 received by user: 2174

Subscriber

  #1289540 22-Apr-2015 16:28
Send private message

What bait? It's a genuine concern. If I was a customer and a seller direct me to some site to put in my TM details there is no way I would be doing that.

If your problem is the reputation of the email address you're using, maybe you're better to address that issue. 

gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289541 22-Apr-2015 16:28
Send private message

sleemanj:
richms: If I bought something and the store wanted me to grant access to my trademe account inorder to view details of the transaction I would tell them to GTFO.

The API is for services that provide service for the user to manage their trademe account. Not for you to log people into your systems.


No different to other syndicated logins, Facebook, Google, etc...

Naturally, one should always provide a non-syndicated login method as well.



It would be the same login procedure as Bidbud and Pass the parcel already use




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1289545 22-Apr-2015 16:30
Send private message

lxsw20: What bait? It's a genuine concern. If I was a customer and a seller direct me to some site to put in my TM details there is no way I would be doing that.

If your problem is the reputation of the email address you're using, maybe you're better to address that issue. 


What email address are you talking about that I need to address?

and Do you use bidbud or pass the parcel as they both use the tm login




Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.