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
7
votes
1 answer

Add website to home screen without address bar

Today I was browsing "how to migrate jimdo CMS to WordPress" from the internet. And I've got a website with some details. Here is the URL of the website:https://m.freelancer.com/projects/Wordpress/Migrate-Jimdo-Website-WordPress/ When I click over…
Jishnuraj
  • 139
  • 2
  • 2
  • 11
3
votes
1 answer

invalid consumer freelancer API

i am integrating freelancer API into an iOS app and during the authentication process (getRequestToken) , i get the following error: 5002 General Token…
Singh
  • 2,151
  • 3
  • 15
  • 30
2
votes
2 answers

Projects sorting Freelancer.com Api

For anyone who worked with Freelancer.com Api. I trying to fetch all active projects from this platform by API and sort them by recent post date, by default there is sorting by score. There is nothing said about what sort_field value must be to sort…
Dmitriy Buteiko
  • 624
  • 1
  • 6
  • 14
2
votes
1 answer

Searching freelancer.com API by or_search_query filter

I need to get projects from freelancer.com API which contains any words from a list. It seems that or_search_query filter in project search method does not work.
Artem
  • 517
  • 1
  • 7
  • 24
1
vote
0 answers

Freelancer API or_search_query

I want to search for Freelancer projects via their API with multiple query words. I want the projects to match any one of the words in the query and not all of them. Reading through Freelancer's API and this GitHub issue, I expected sending an HTTP…
Abdullah Hamzic
  • 439
  • 2
  • 7
  • 17
1
vote
3 answers

Token already used error while fetching access token

I am trying to setup a node.js application to use the Elance API using OAuth2.0 I am using passport.js to connect to the elance api and so far am able to get the code properly. Before using the api methods, I then need to obtain the request token…
Sumit Bisht
  • 1,507
  • 1
  • 16
  • 31
1
vote
1 answer

How to use freelancer api for android app

I am making an android app i want to add a feature that user can operate their freelancer account with my app. I searched that freelancer provides api but i don't know that how to use that api. Some source to get stated and tutorials for how to use…
Surya
  • 140
  • 1
  • 1
  • 11
1
vote
1 answer

How can I use omniauth-oauth with the freelancer API?

I'd like to use Ruby on Rails with the Freelancer API. Freelancer API Freelancer Auth Overview I assume I need to build a custom strategy using this document as a reference: Omniauth-oauth But, I don't understand how to get started.
xrd
  • 4,019
  • 6
  • 30
  • 39
1
vote
1 answer

Oauth Freelancer.com Failed to find token

I'm currenty using drupal, with the oauthconnector, to interact with different services. I'm trying to connect with Freelancer.com (Sandbox environment), and I'm getting an error when I have logged in to the service…
Froelund
  • 33
  • 4
0
votes
0 answers

Freelancer.com API retrieving bids: bids_get requires id based filter

I'm getting a surprising response from Freelancer.com when I try one of their APIs: This was the response: HTTP/2 400 content-type: application/json server: nginx cache-control: no-store, no-cache ratelimit-limit: 400, 400;window=60,…
Jodes
  • 3
  • 2
0
votes
0 answers

"App not active This app is not accessible right now and the app developer is aware of the issue" when I am trying to add facebook to freelancer.com

I am trying to add facebook to freelancer.com but it didn't work saying: App not active This app is not accessible right now and the app developer is aware of the issue. Why is this happening and what should be done? I have searched for solutions…
VecopWall
  • 549
  • 1
  • 7
  • 23
0
votes
1 answer

how to setup Hosting Node.js API as a freelancer?

I am a Freelancer i need help with hosting my API, I'm hosting my frontend at firebase as it is a free service but not sure where to host my API , can i get some suggestions.
0
votes
2 answers

OAuth requestToken for freelancer.com api

Has anybody used freelancer.com api? I am not able to even retrieve the requestToken for it. I want it for android. I tried using the signpost library, but it gives the following error oauth.signpost.exception.OAuthNotAuthorizedException:…
dharmin007
  • 1,612
  • 16
  • 17
0
votes
1 answer

Whats redirect URI in freelancer api OAuth?

I cannot understand how this works: from flask import Flask, redirect oauth_uri = 'https://accounts.freelancer.com/oauth/authorise' client_id = '' redirect_uri = '' prompt = 'select_account consent' advanced_scopes =…
1
2