nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Missing client_id parameter #204

Closed giovannelli closed 12 years ago

giovannelli commented 12 years ago

I receive this error when try authenticating: {"error":{"message":"Missing client_id parameter.","type":"OAuthException","code":101}}

this is the url i call https://graph.facebook.com/oauth/authorize?client_id=XXXXXXXXXXXXXXXX&redirect_uri=http%3A%2F%2F0.0.0.0%3A3000%2Fadmin%2Faccount_facebooks%2F103%2Fcallback&response_type=code&scope=email%2C+user_likes%2C+user_birthday%2C+user_checkins%2C+user_events%2C+user_groups%2C+user_hometown%2C+user_interests%2C+offline_access%2C+manage_pages%2C+publish_stream%2C+publish_actions%2C+rsvp_event%2C+read_friendlists%2C+read_insights%2C+read_mailbox%2C+read_requests%2C+read_stream%2C+create_event%2C+manage_friendlists%2C+manage_notifications%2C+user_online_presence%2C+friends_online_presence%2C+publish_checkins

Any help?

nov commented 12 years ago

Please follow this. https://github.com/nov/fb_graph/issues/202

giovannelli commented 12 years ago

Tnx Works!