This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Facebook API: Anyone knows WHAT call to make for the "wall"?
05-19-2014, 10:43 AM
Post: #1
Facebook API: Anyone knows WHAT call to make for the "wall"?
I have been using FB API for a while, and got, after OAuth, access_token and all I need.
However, I can't find, in the documentation, how to access particular parts of a member (public or authorized), something like: (php)
$url = "https://graph.facebook.com/".$id."/profile?access_token=".$access_token;
etc...
How are the elements of a particular page CALLED? If you look at a FB page, each bit is a field. How to get one particular field?
Anyone who has already done it?

Ads

Find all posts by this user
Quote this message in a reply
05-19-2014, 10:49 AM
Post: #2
 
see this first

http://www.youtube.com/watch?v=8383iyKYC1g

(the guy is using the old sdk)

and see this next

https://developers.facebook.com/docs/ref...rmissions/

so if you want to let your app publish on facebook wall you would use publish_stream

if you want to want to get the user activity you'd use offline_access, friends_activities, read_stream, and so forth

extended permissions are a bit complicated

read this

http://www.masteringapi.com/tutorials/ho...cation/32/

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)