2,042 reputation
146
bio website aleody.com
location Phoenix, AZ
age 42
visits member for 2 years, 2 months
seen 7 hours ago
stats profile views 97

Software Architect by day and Mobile App Developer by night. Check out my apps at Aleody.com.


Apr
25
comment Magento Rest API - oAuth concept issue
I think you need to edit the post to give more details about what your are trying to do. The REST API for Magento is there to allow external applications to pull data from a Magneto store.
Apr
25
comment Magento Rest API - oAuth concept issue
In step 4, you redirect the user to magentohost/admin/oauth_authorize with the Request Token you received in step 3.
Apr
24
comment Magento Rest API - oAuth concept issue
Point 3 happens prior to the User being sent to Magneto. So it's your consumer key and secret. The token sent back is then used to tie your account with the User's account. Step 3 gets a token tied to your account. Step 4-6 ties the User's account to your token. Then you exchange the Request Token (which ties the User's account to your account) for a permanent Access Token (which is then used in the REST api).
Apr
24
answered Magento Rest API - oAuth concept issue
Apr
24
answered How to make a Dropbox photo feed using PHP?
Apr
18
answered Store the oauth access_token or ask a new one each 'session'
Apr
18
answered Multiple OAuth2 access tokens for single application?
Apr
2
answered How to upload to a specific YouTube channel with Oauth2 and YouTube API v3
Apr
2
comment How to unauthorize/revoke LinkedIn token in my application
There really isn't a way to remotely log a user out of LinkedIn. So, using the same session makes this almost impossible to do.
Apr
2
answered How to unauthorize/revoke LinkedIn token in my application
Mar
29
comment Realising 2-legged OAuth with PHP and MySQL
If you control both the client and the server, then you should just create a client-server application where the user credentials are passed into the server behind the scenes from the client for authorization.
Mar
28
answered Realising 2-legged OAuth with PHP and MySQL
Mar
28
answered Google offers API
Mar
27
answered Multiple identities + single sign on security
Mar
26
comment How to reset google oauth 2.0 authorization?
Duplicate question
Mar
26
answered What sort of information is accessible from a user's Google account using OAuth2.0?
Mar
26
answered Google userId vs.userProfileId
Mar
25
answered How do I exchange an authorization code for an access_token?
Mar
22
comment Twitter OAuth asks twice for confirmation
Yes. I was a little careless in the code. You should be checking $response after the call to oAuthAuthorize and OAuthAccessToken.
Mar
22
answered Twitter OAuth asks twice for confirmation