php - Starting out with FourSquare Native Auth -
php - Starting out with FourSquare Native Auth -
i trying dive in foursquare api created app @ developers.foursquare.com trying login work.
i using page starting point of reference.
click here
this syntax shows me authenticating
https://foursquare.com/oauth2/authenticate ?client_id=your_client_id &response_type=code &redirect_uri=your_registered_redirect_uri i thinking utilize php http get ???
so should this?
<?php $response = http_get("https://foursquare.com/oauth2/authenticate", array("?client_id=myclientidishere" ,"&response_type=code" , "&redirect_uri=http://www.myredirecturl"), $info); ?> also if knows shot in direction of tutorials using foursquare appreciate it.
is done http request?
php foursquare
Comments
Post a Comment