Hodges lässt
Access Token und
Access Token Secret von Twitter erstellen.
Das geht in magento anscheinend nicht.
Im Beispiel-PHP Skript auf der Magento Dokuseite sind diese Variablen enthalten:
Code:
$consumerKey = 'yourconsumerkey';
$consumerSecret = 'yourconsumersecret';
Ich nehme stark an, dass es irgendwo ein Programm zur Berechnung des consumerSecret Werts gibt.
Ach, da steht es doch auf der verlinkten Seite:
Zitat:
Before starting to make
API requests, you need to register the application. After the registration, you will receive the Consumer Key that will identify you in Magento. Also, you will receive a Consumer Secret. This secret will be used when requesting for a Request Token.
You can register your application by selecting System > Web Services > REST - OAuth Consumers and clicking Add New in the Admin Panel.