Simon Guillem-Lessard
Simon Guillem-Lessard
Thanks for your reply. I don't think it's the access token since phpinstagram does not use OAuth (does it?) Maybe simple authentification (user/passwd) doesn't work anymore. Trace : ``` exception...
Well, haven't done anything and it's back to normal. Guess it was the API acting weird, I will look forward to use OAuth (someday)
I havent used facebook melody, you sure you are logged in? How do you call `->first_name` ?
I'm playing with google melody right now, I had success with youtube api but had no luck with the 'getMe' alias. I think we must use the contacts api (not...
About sfGoogleMelody, i use namespaces/APIs with https. app.yml ``` yaml google: api: [contacts, ...] ``` sfGoogleMelody.class.php ``` php $this->setAlias('me', 'm8/feeds/contacts/default/full'); ``` Thanks to http://www.geoffmcqueen.com/2010/03/14/token-invalid-authsub-token-has-wrong-scope-oauth-google-problem/
Hello, Any news on this? ``` 1. a dfdf 2. b ``` ``` 1. a dfdf 2. b ``` Should work according to [this example](https://spec.commonmark.org/dingus/?text=1.%20foo%20%20%0A%0A%3Cimg%20src%3D%22https%3A%2F%2Fvia.placeholder.com%2F150%22%20style%3D%22float%3Aright%3B%22%3E%0Asdfsdf%20%0A%3Cbr%20%2F%3E%3Cbr%20%2F%3E%0A%0A2.%20bar%20%20%0A) Thanks
Have you looked at the keyup event catch in the script? `puzzEl.delegate('input', 'keyup', function(e){`
Hello, you do have sfDoctrineOAuthPlugin installed/enabled (or sfPropelOAuthPlugin)? /config/ProjectConfiguration.class.php
I've never used sf**Propel**OAuthPlugin. sf**Doctrine**OAuthPlugin needs sfDoctrineGuardPlugin and doctrine:build classes has to be run. Doctrine's Readme has a bit more info than Propel ;) https://github.com/chok/sfDoctrineOAuthPlugin/blob/master/README.md Hope it helps
Hello, Like I said I havent used sfPropelOAuthPlugin. Is your error "Call to undefined method Token::getAllStatuses "? I looked at the plugin files inside sfMelodyPluginPropelTestProject and can't see the method...