The Following User Says Thank You to stephencarter For This Useful Post: | ||
|
2010-05-05
, 19:12
|
Posts: 6 |
Thanked: 0 times |
Joined on Aug 2009
|
#12
|
|
2010-05-05
, 19:47
|
Posts: 3 |
Thanked: 4 times |
Joined on May 2010
|
#13
|
|
2010-05-26
, 02:20
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2010
|
#14
|
|
2010-05-28
, 17:04
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2010
|
#15
|
OK, here is a step by step. This assumes you have Leafpad text editor installed, I know VI isnt for everyone.
1. Open the X Terminal
2. Gain root access
3. Use Leafpad to edit the config file
leafpad /opt/barriosquare/barrioConfig.py
4. Change the following line (remove "play")
AUTHORIZATION_EXCHANGE_URL = 'http://api.playfoursquare.com/v1/authexchange'
To
AUTHORIZATION_EXCHANGE_URL = 'http://api.foursquare.com/v1/authexchange'
5. Save the file with Leafpad and exit
6. Now run Barriosquare from the menu
Does that all make sense?
Only new to the forums here so not sure of the level of Linux knowledge most people have.
Let me know if you run in to any problems, happy to help ^_^
|
2010-05-29
, 13:17
|
Posts: 34 |
Thanked: 32 times |
Joined on May 2010
@ Hamilton, New Zealand
|
#16
|
|
2010-05-29
, 13:36
|
Posts: 34 |
Thanked: 32 times |
Joined on May 2010
@ Hamilton, New Zealand
|
#17
|
|
2010-06-09
, 01:33
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2010
|
#18
|
|
2010-06-09
, 11:43
|
Posts: 2 |
Thanked: 0 times |
Joined on Jun 2010
|
#19
|
|
2010-06-10
, 00:47
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2010
|
#20
|
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.