Questions tagged [freelancer.com-api]

The Freelancer API allows developers to access information available on Freelancer.com programmatically.

The Freelancer API allows developers to access public information available on Freelancer.com programmatically. It is possible, for example, to display open public projects or information from user profiles.

Protocols are: XML, JSON, REST.

Currently Freelancer API is not available, new version should appear soon.

20 questions
0
votes
1 answer

OAuth 2.0 Authentication for Freelancer.com API via HTTP in Java

I'm attempting to log into the Freelancer.com web api over http, but cannot get past the authentication. It's for a desktop app in java that I can run from prompt, so nothing fancy, but I cant seem to get past step 1 of the process, receiving the…
Soulwake
  • 45
  • 7
0
votes
0 answers

Freelancer API snowtigerlib Wrapper Class for PHP didn't work

I used snowtigerlib freelancer api, it is a php wrapper class. I downloaded the full code from this link Then I setup SnowTigerLib_Config.inc file with my key and secret. Then I did the following step: First it went to the following url. Then I…
Mahfuja nilufar
  • 337
  • 1
  • 6
  • 15
0
votes
1 answer

OAuth API call parameters not specific

I've been working for the first time with OAuth lately, I've gotten the access token fine along with everything before it but I've stumbled with what I assumed would be the easiest part :( The API call requires a parameter which isn't very specific,…
Sam Jackson
  • 608
  • 1
  • 5
  • 13
-2
votes
1 answer

Freelancer.com retrieving bids: HTTP 401, "You must be logged in to perform this request"

I'm having trouble understanding what I'm doing wrong interfacing with this API of Freelancer.com, retrieving bids: I'm sending a GET request to https://www.freelancer.com/api/projects/0.1/bids/?projects[]=36483622&projects[]=36483620 with the…
Jodes
  • 14,118
  • 26
  • 97
  • 156
-3
votes
1 answer

Adding a two way authorization in a Ruby on Rails application

I want to add a two way authorization in my ruby app, just like freelancer has for work and hire. Is there an easy way to do this. In my app there will be two types of users buyer and seller. Seller will have the power to post adds and buyer can bid…
1
2