Skip to content

Commit

Permalink
moved fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Dec 29, 2009
1 parent ede75fe commit 573ee79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts_import/oauth_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ def unauthorized_token(self):
return self._unauthorized_token

def fetch_unauthorized_token(self):
# @@@ fixme
base_url = "http://contacts-import.pinaxproject.com"
callback_url = reverse("oauth_callback", kwargs={"service": self.service})
request = oauth.Request.from_consumer_and_token(self.consumer,
http_url = self.request_token_url,
http_method = "POST",
parameters = {
# @@@ fixme
"oauth_callback": "%s%s" % (base_url, callback_url),
}
)
Expand Down

0 comments on commit 573ee79

Please sign in to comment.