Re: social networks

2012-02-23 Thread yati sagade
Hi dummyman,
Everyone starts out as a beginner :) As Martey pointed out, pyfacebook is
dated now(Thanks Martey!) - You can go through the docs on the links posted
by him. If you have a problem, try searching on
StackOverflow;
they have a team of FB developers monitoring questions on FB app
development.

Also, if you are in for some serious learning, go through
thistutorial.
Actually, the most difficult part is to get the oAuth part right
- once that is done, using the returned JSON data in Python is matter of
working on dicts. The FB docs are comprehensive, but may be daunting at
first. You can, and maybe should use libraries already developed, but
learning oAuth 2.0 authorization will be nice experience :) - Also, Google+
have launched their own API for developers which also uses oAuth 2.0 for
authorization.

On Thu, Feb 23, 2012 at 10:19 PM, dummyman dummyman wrote:

> Hi ,
> Hope u dont mind. I am very new to this . I want to use facebook apis to
> gather profile information and do some data mining on it using django.
> Please tell me the starting point for me so that i can proceed further.
> Hope u dont mind asking silly questions
>
>
> On Thu, Feb 23, 2012 at 5:35 PM, Martey Dodoo wrote:
>
>> On Wednesday, February 22, 2012 12:25:21 PM UTC-5, yati sagade wrote:
>>>
>>> I have always used the FB API using core Python urllib and other
>>> helpers(after reading the FB API docs, of course), but you may find this
>>> this  and 
>>> thishelpful.
>>
>>
>> pyfacebook has not been updated in over 2 years and uses the deprecated
>> REST API, so it would be a bad place for a beginner to start. I would try
>> using either one of the various unofficial forks of the official Facebook
>> SDK (I prefer PythonForFacebook's [1], but I might be biased because I have
>> commit access), or one of the two "django-facebook" libraries
>> (PythonForFacebook's [2] or Thierry Schellenbach's [3]).
>>
>> [1]: https://github.com/pythonforfacebook/facebook-sdk
>> [2]: https://github.com/pythonforfacebook/django-facebook
>> [3]: https://github.com/tschellenbach/Django-facebook
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/django-users/-/SvmBG6s1YcIJ.
>>
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Yati Sagade 

(@yati_itay )

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: social networks

2012-02-23 Thread dummyman dummyman
Hi ,
Hope u dont mind. I am very new to this . I want to use facebook apis to
gather profile information and do some data mining on it using django.
Please tell me the starting point for me so that i can proceed further.
Hope u dont mind asking silly questions

On Thu, Feb 23, 2012 at 5:35 PM, Martey Dodoo wrote:

> On Wednesday, February 22, 2012 12:25:21 PM UTC-5, yati sagade wrote:
>>
>> I have always used the FB API using core Python urllib and other
>> helpers(after reading the FB API docs, of course), but you may find this
>> this  and 
>> thishelpful.
>
>
> pyfacebook has not been updated in over 2 years and uses the deprecated
> REST API, so it would be a bad place for a beginner to start. I would try
> using either one of the various unofficial forks of the official Facebook
> SDK (I prefer PythonForFacebook's [1], but I might be biased because I have
> commit access), or one of the two "django-facebook" libraries
> (PythonForFacebook's [2] or Thierry Schellenbach's [3]).
>
> [1]: https://github.com/pythonforfacebook/facebook-sdk
> [2]: https://github.com/pythonforfacebook/django-facebook
> [3]: https://github.com/tschellenbach/Django-facebook
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/SvmBG6s1YcIJ.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: social networks

2012-02-23 Thread Martey Dodoo
On Wednesday, February 22, 2012 12:25:21 PM UTC-5, yati sagade wrote:
>
> I have always used the FB API using core Python urllib and other 
> helpers(after reading the FB API docs, of course), but you may find this 
> this  and 
> thishelpful.


pyfacebook has not been updated in over 2 years and uses the deprecated 
REST API, so it would be a bad place for a beginner to start. I would try 
using either one of the various unofficial forks of the official Facebook 
SDK (I prefer PythonForFacebook's [1], but I might be biased because I have 
commit access), or one of the two "django-facebook" libraries 
(PythonForFacebook's [2] or Thierry Schellenbach's [3]).

[1]: https://github.com/pythonforfacebook/facebook-sdk
[2]: https://github.com/pythonforfacebook/django-facebook
[3]: https://github.com/tschellenbach/Django-facebook

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/SvmBG6s1YcIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: social networks

2012-02-22 Thread yati sagade
I have always used the FB API using core Python urllib and other
helpers(after reading the FB API docs, of course), but you may find this
this  and
thishelpful.
On Wed, Feb 22, 2012 at 10:27 PM, dummyman dummyman wrote:

> hi,
>
> How to access facebook apis inside python script  ? I am using django
> framework
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Yati Sagade 

(@yati_itay )

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



social networks

2012-02-22 Thread dummyman dummyman
hi,

How to access facebook apis inside python script  ? I am using django
framework

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.