You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OpenGraph template and element class, fix tests (#82)
* Fix OpenGraph template and element class, fix tests
* Fix variables name for OpenGraphElementTest
* Revert setUrl() to url()
new getUserWithField method (#74)
* Removing extra profile fields
Removed Gender, Locale, and Timezone as these need extra verification and submission to Facebook's app team even if it's not needed for just getting a users name. Basic user approval gives access to name.
* new method getUserWithFields()
* adding back in FB fields for getUser()
* Update FacebookDriver.php