Closed (fixed)
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 10:01 UTC
Updated:
23 Dec 2012 at 23:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks! I modified the example to be less specific, since I didn't want to hold up the patch. If you plan on actually using the code you've included in your patch, I'd recommend using fboauth_graph_query() instead of a raw drupal_http_request(). This version of the patch just replaces the implementation-specific example with a code comment.
Comment #2
milesw commentedDidn't even notice fboauth_graph_query(), thanks for the heads up.
Any suggestion on the best place to post a Geofield example, maybe along with an Address Field example?
Comment #3
quicksketchMaybe you should work with @madmatter23 on his FBOAuth Extras module? http://drupal.org/sandbox/madmatter23/1493630
Posting your code as working modules would probably be more valuable than documented examples.
Comment #5
gkdreamz commentedactually i need to get friend education history and work history from facebook.i tried to custom code.i have added permission (friends_education_history,friends_work_history)in fboauth.fboauth.inc file.
i cann't get a good result i have tried lot of ways.even i cann't pass permission to facebook.now i getting user basic info only..Any help would be greatly appreciated, Thanks.
Comment #6
quicksketchPlease don't hijack existing issues. Your question is also at #1669752: i have custom code for getting friend information