Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A property, in some object-oriented programming languages, is a special sort of class member, intermediate between a field (or data member) and a method. Properties are read and written like fields, but property reads and writes are (usually) translated to get and set method calls.

learn more… | top users | synonyms (1)

2
votes
1answer
37 views

(ERROR) Trying to get property of non-object (Facebook PHP SDK)

I am trying to echo my name but I got an error: Trying to get property of non-object. Please help. I also have problem getting the user access token though I have no problem getting the app access ...
0
votes
0answers
32 views

Open Graph: Custom property is display in post

I created some custom action for a game I am working on. Those actions have custom property. This way I can deliver a more accurate post. For example I display the gender (boy or girl) of the player ...
0
votes
0answers
65 views

Like button problems using a different og:url for each page of my site

I a using Facebook like button on every page of my site. My understanding was that I could define a different og:url meta property for every page so that like is capturing the other meta properties ...
0
votes
0answers
137 views

Facebook like button, og parameters and $_SESSION issue

I know, that this is very popular issue and there is many post about, but i didn't find anything that could help me in my situation. At the beginning I would like to present, how my application ...
0
votes
0answers
362 views

Facebook SDK methods don't work without ivar

I'm using the facebook sdk to build a basic facebook client app. I followed facebook's tutorials in https://developers.facebook.com/docs/mobile/ios/build/#register. It tells you to build an Facebook ...
0
votes
1answer
70 views

How can i add properties to a facebook application dialog?

How can i add properties (related to the user data access) to a facebook application dialog? for example not only access his basic information, but also to access other personal properties?
0
votes
1answer
300 views

Can I use a Facebook Profile as the object in an Open Graph action?

I see that there is a Profile object type available in the OpenGraph. That's the same type that is used by the tags property of an action. When I add a custom property of type Profile in one of my ...
0
votes
1answer
465 views

facebook like does not read og:properties

I have some pages with profiles and articles with content generated from php and mysql. My code about facebook is: (everything else is ..........) <head> ..... <meta property="og:title" ...
0
votes
2answers
1k views

Facebook API - User object returning strange values

I have a user object, but it's only properties are education, first_name, id, last_name, link, locale, location, name, timezone, updated_time, verified. Not only is this missing properties that ...