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
Copy file name to clipboardExpand all lines: changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ Facebook PHP SDK (v.3.0.0)
3
3
4
4
The new PHP SDK (v3.0.0) is a major upgrade to the older one (v2.2.x):
5
5
6
-
Uses OAuth authentication flows instead of our legacy authentication flow
7
-
Consists of two classes. The first (class BaseFacebook) maintains the core of the upgrade, and the second one (class Facebook) is a small subclass that uses PHP sessions to store the user id and access token.
6
+
-Uses OAuth authentication flows instead of our legacy authentication flow
7
+
-Consists of two classes. The first (class BaseFacebook) maintains the core of the upgrade, and the second one (class Facebook) is a small subclass that uses PHP sessions to store the user id and access token.
8
8
9
9
If you’re currently using the PHP SDK (v2.2.x) for authentication, you will recall that the login code looked like this:
0 commit comments