You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I invoke @oauth.get_app_access_token_info I get following:
Koala::Facebook::APIError: OAuthException: Missing client_id parameter.
from /usr/lib/ruby/gems/1.8/gems/koala-0.10.0/lib/koala.rb:266:in get_token_from_server' from /usr/lib/ruby/gems/1.8/gems/koala-0.10.0/lib/koala.rb:202:inget_app_access_token_info'
from (irb):16
Am I doing sth wrong?
The text was updated successfully, but these errors were encountered:
Sorry about the delayed response, I somehow missed the email. From some quick testing, it looks like you may not be initializing the @oauth object with a valid app ID -- that's the only way I could replicate the issue. Let me know if that doesn't fix it, or if I can help with anything else!
When I invoke @oauth.get_app_access_token_info I get following:
Koala::Facebook::APIError: OAuthException: Missing client_id parameter.
from /usr/lib/ruby/gems/1.8/gems/koala-0.10.0/lib/koala.rb:266:in
get_token_from_server' from /usr/lib/ruby/gems/1.8/gems/koala-0.10.0/lib/koala.rb:202:in
get_app_access_token_info'from (irb):16
Am I doing sth wrong?
The text was updated successfully, but these errors were encountered: