EllisLab text mark
Advanced Search
1 of 11
1
   
Poll
Should I make the repository Spark friendly?
Yes 5
No 2
Branch off and create a "full" branch. 3
Total Votes: 10
You must be a logged-in member to vote
Facebook Ignited
Posted: 22 May 2011 04:59 AM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

Release v1.0.3

-Updated Facebook SDK to v3.0.0 as well as the extensions
-Ability to use OAuth2.0 via v3.0.0 SDK
-Able to use less initial code to check login and authentication

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 07 June 2011 12:29 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Joined: 2011-06-03
19 posts

May you given second choice for Facebook libs code but full packet FB+CI.. because i already install CI and config.. need to adding facebook integrate but don’t need to reinstall full packet again

 
Posted: 07 June 2011 12:31 AM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

yes I will make a package that you can drop into your current install. Thanks for the suggestion!

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 07 June 2011 01:03 AM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Joined: 2011-06-03
19 posts
deth4uall - 07 June 2011 04:31 AM

yes I will make a package that you can drop into your current install. Thanks for the suggestion!

Great! That what we looking for? because we need to add new app to exit project.. CI2 we can download from here.. but FB apps we got from you..

 
Posted: 07 June 2011 01:06 AM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

I am working on some new features for a release for v1.0.4. Features include fb_is_liked(), fb_is_bookmarked(), fb_check_permissions(‘publish_stream’), fb_list_friends(), etc.

Also I am working on implementing a Facebook Credits interface, but as of right now I am just researching it and since the documentation for Facebook Credits is a bit lacking I am having to experiment and see what makes the example tick. raspberry

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 07 June 2011 09:54 AM   [ Ignore ]   [ # 16 ]   [ Rating: 0 ]
Joined: 2011-06-03
19 posts
deth4uall - 07 June 2011 05:06 AM

I am working on some new features for a release for v1.0.4. Features include fb_is_liked(), fb_is_bookmarked(), fb_check_permissions(‘publish_stream’), fb_list_friends(), etc.

Also I am working on implementing a Facebook Credits interface, but as of right now I am just researching it and since the documentation for Facebook Credits is a bit lacking I am having to experiment and see what makes the example tick. raspberry


What about Facebook invite?  user are connect via facebook connect allow invite facebook friends to visit a profile on website?

 
Posted: 07 June 2011 12:44 PM   [ Ignore ]   [ # 17 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts
Asiansexynine - 07 June 2011 01:54 PM

What about Facebook invite?  user are connect via facebook connect allow invite facebook friends to visit a profile on website?

Explain what you mean by that? Are you talking about a Facebook App Request? If so that has a JavaScript SDK solution, which I will also be creating a PHP version of when I can.

Right now I am stuck with a bug via the Facebook Credits, for some reason I am not pulling the ‘credits’ from the signed_request. Any one who is able to take a look at my work and give me a critique or solution, I appreciate the time you spend.

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 09 June 2011 07:50 PM   [ Ignore ]   [ # 18 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

Release v1.0.4

- Upgraded the Facebook PHP SDK to v3.0.1
- Minor fixes in code to make sure compatability with servers that do not support PHP Short Tags.
- Added PHP redirect support for the fb_get_me() function, added to the javascript redirect support already present.
- Added fb_is_bookmarked() function which returns a boolean value regarding if app is bookmarked.
- Added fb_check_permissions($permission) function which will check if that the permission you are looking for is already authorized.
- Added fb_is_liked() function which will return a boolean value regarding whether a person has like your app’s page.
- Added fb_list_friends() function which will return an array of values for which of your friends also installed app.
- Added fb_process_credits() function which will allow ability to process Facebook Credits.

- Also dropped including User Guide with the downloadable packages, which is still included in repository, to allow for faster download.
- Also uploaded a Min version which is JUST the Facebook Ignited files and change logs, for those of you who already have a copy of CodeIgniter and want to drop these files in.

NOTE: The latest version does require a database to included with your app, so just follow the readme and you will be able to take advantage of the Facebook Credits function.

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 10 June 2011 10:13 AM   [ Ignore ]   [ # 19 ]   [ Rating: 0 ]
Avatar
Joined: 2009-11-21
9 posts

Wanted to say thank you and keep up the good work. Noticed in 1.0.4-min that /helpers/params_helper.php is missing.

 
Posted: 10 June 2011 12:46 PM   [ Ignore ]   [ # 20 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

Ok thanks for that tip, I didn’t realize I hadn’t uploaded it with the rest. smile I just uploaded a new version for ya. Enjoy! Also if you have any feedback or suggestions please don’t hesitate to do so. I am happy to work with you all to try and figure it out! smile

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 10 June 2011 02:23 PM   [ Ignore ]   [ # 21 ]   [ Rating: 0 ]
Joined: 2011-05-20
3 posts

Hi deth4uall!
I saw your work, I think it is very useful! Just yesterday I coded a simple FB-SDK Cache Wrapper. It’s very simple, when it does a request to a facebook servers, the result has save using a Codeigniter Cache Driver.
This make your application very fast! I think which is a usefull feature for your project!

You can download my FB-SKD wrapper from here: http://www.edelprino.it/codeigniter-facebook-cache-library/
(It is for now a beta version)
smile

 Signature 

My Blog : http://www.edelprino.it/

 
Posted: 10 June 2011 02:33 PM   [ Ignore ]   [ # 22 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts
Ektor - 10 June 2011 06:23 PM

Hi deth4uall!
I saw your work, I think it is very useful! Just yesterday I coded a simple FB-SDK Cache Wrapper. It’s very simple, when it does a request to a facebook servers, the result has save using a Codeigniter Cache Driver.
This make your application very fast! I think which is a usefull feature for your project!

You can download my FB-SKD wrapper from here: http://www.edelprino.it/codeigniter-facebook-cache-library/
(It is for now a beta version)
smile

Thanks for presenting that to me. I however see a few things with it that may be somewhat of an issue. ->getSession() function no longer exists in the 3.0.0+ SDK. Also getUser() returns the ID number of the user, not any of the details regarding the user. Other than that it looks good and the caching could definitely be a plus to my library if I could have your permission to use the idea?

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 10 June 2011 02:52 PM   [ Ignore ]   [ # 23 ]   [ Rating: 0 ]
Joined: 2011-05-20
3 posts
deth4uall - 10 June 2011 06:33 PM

Thanks for presenting that to me. I however see a few things with it that may be somewhat of an issue. ->getSession() function no longer exists in the 3.0.0+ SDK. Also getUser() returns the ID number of the user, not any of the details regarding the user. Other than that it looks good and the caching could definitely be a plus to my library if I could have your permission to use the idea?

I still don’t see a new version of facebook SDK. How i said my wrapper is still a beta version, but thank you very much for your suggestion! wink

Certainly You can use the idea! But if you become famous for this project remember me! raspberry

 Signature 

My Blog : http://www.edelprino.it/

 
Posted: 10 June 2011 02:55 PM   [ Ignore ]   [ # 24 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts
Ektor - 10 June 2011 06:52 PM
deth4uall - 10 June 2011 06:33 PM

Thanks for presenting that to me. I however see a few things with it that may be somewhat of an issue. ->getSession() function no longer exists in the 3.0.0+ SDK. Also getUser() returns the ID number of the user, not any of the details regarding the user. Other than that it looks good and the caching could definitely be a plus to my library if I could have your permission to use the idea?

I still don’t see a new version of facebook SDK. How i said my wrapper is still a beta version, but thank you very much for your suggestion! wink

Certainly You can use the idea! But if you become famous for this project remember me! raspberry

https://github.com/facebook/php-sdk/ Go there and click downloads, they have v3.0.1 ready. And yes I will put you in credits of README if I use it. raspberry If you have any other ideas please let me know.

EDIT: I ended up not using the caching technique because I did not have enough functions that would be able to use the caching like i wanted it to. Thanks though man.

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
Posted: 06 July 2011 05:55 PM   [ Ignore ]   [ # 25 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-21
77 posts

Release v1.0.5

- Added extending permissions ability to fb_check_permission() function.
- Added fb_create_event() function which allows you to create an event.
- Added the ability to define scope in fb_login_url().
- Added the support for Facebook Connect to Library while creating a config setting that decides what type to use.
- Added Facebook register plugin support in fb_register_form() function to the Library, parses raw JSON or Array (converts to JSON) and returns an iframe which the system then pulls up the form in. As well as JSON support, the fb_register_form() function can also take html attributes to modify the look of iframe.
- Added fb_feed() function which allows for a non JavaScript method of publishing to a feed as well as deleting posts.

 Signature 

Dark Prospect Games, LLC | Facebook Ignited on GitHub

 
1 of 11
1