[Tutor] Using module Facebook
Albert-Jan Roskam
fomcl at yahoo.com
Sun Jul 20 21:48:27 CEST 2014
-----------------------------
On Sun, Jul 20, 2014 6:16 PM CEST Chris wrote:
>Dear Danny,
>
>thank you for your detailed reply.
>
>On 07/19/2014 03:26 AM, Danny Yoo wrote:
>> This is what piqued my concerns. As you can see from the transcript,
>> the search shows that there's not a single use of 'iteritems' anywhere
>> in the facebook-sdk, across the entire history of that project. And
>> yet the error message you're showing has a use of "args.iteritems()".
>> Therefore, there's a discrepancy there that needs to be explained.
>
>I'm not sure, what the error was. I had also installed another facebook
>package, not facebook-sdk. Maybe this was the reason. I've deleted the
>directory, upgraded to Python 2.7 and reinstalled facebook:
>
>git clone "https://github.com/pythonforfacebook/facebook-sdk"
>pip install facebook-sdk
>
>Now, accessing the facebook API is working.
Hi, just wondering: why are you cloning the repo? You pip install from Pypi. You can also pip install from the repo.
More information about the Tutor
mailing list