pablobarbera / instaR

Dev version of instaR package: Access to Instagram API via R
106 stars 47 forks source link

auth problem related to httr #8

Closed digitaliteter closed 9 years ago

digitaliteter commented 9 years ago

First, thx for all your work Pablo.

When i try to auth i get the following error message. It seems like it is the same problem as with Rfacebook and latest httr ( http://stackoverflow.com/questions/31362523/rfacebook-authentication-error ).

my_oauth <- instaOAuth(app_id="XXXX", app_secret="XXXXX") Copy and paste into 'OAuth redirect_uri' on Instagram App Settings: http://localhost:1410 When done, press any key to continue... Error: Deprecated: supply token object to config directly

pablobarbera commented 9 years ago

Thanks for reporting it!