Thread
:
barriosquare gateway error
View Single Post
stephencarter
2010-05-03 , 13:56
Posts: 3 | Thanked: 4 times | Joined on May 2010
#
11
Found a solution. It looks like the app is using an old URL that does not exist anymore. You can vi the config file to fix it:
vi /opt/barriosquare/barrioConfig.py
Change
AUTHORIZATION_EXCHANGE_URL = 'http://api.playfoursquare.com/v1/authexchange'
To
AUTHORIZATION_EXCHANGE_URL = 'http://api.foursquare.com/v1/authexchange'
Also I noticed that if you do not have a custom profile pic the login screen hangs because "http://foursquare.com/userpix/blank_boy.png" is not a valid URL.
Quote & Reply
|
The Following User Says Thank You to stephencarter For This Useful Post:
cddiede
stephencarter
View Public Profile
Find all posts by stephencarter